replace deprecated <CONFIGURATION> with <CONFIG>
This commit is contained in:
parent
d00a441195
commit
0515e7aaf2
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ if(BUILD_TESTING)
|
|||
|
||||
set(append_library_dirs "${CMAKE_CURRENT_BINARY_DIR}")
|
||||
if(WIN32)
|
||||
set(append_library_dirs "${append_library_dirs}/$<CONFIGURATION>")
|
||||
set(append_library_dirs "${append_library_dirs}/$<CONFIG>")
|
||||
endif()
|
||||
|
||||
ament_add_gtest(test_externally_defined_services test/test_externally_defined_services.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue