Skip to content

Commit

Permalink
replace deprecated <CONFIGURATION> with <CONFIG>
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 20, 2016
1 parent d00a441 commit 0515e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0515e7a

Please sign in to comment.