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 a3074a6 commit cd4a1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosidl_generator_py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(BUILD_TESTING)

set(_append_library_dirs "")
if(WIN32)
set(_append_library_dirs "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIGURATION>")
set(_append_library_dirs "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>")
endif()

ament_add_nose_test(test_interfaces_py "test/test_interfaces.py"
Expand Down

0 comments on commit cd4a1e7

Please sign in to comment.