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 5de8656 commit 25d0f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ macro(targets)
@ONLY
)
file(GENERATE
OUTPUT test_dynamic_bridge${target_suffix}_$<CONFIGURATION>.py
OUTPUT test_dynamic_bridge${target_suffix}_$<CONFIG>.py
INPUT test_dynamic_bridge${target_suffix}.py.genexp)
ament_add_nose_test(test_dynamic_bridge${target_suffix}
"${CMAKE_CURRENT_BINARY_DIR}/test_dynamic_bridge${target_suffix}_$<CONFIGURATION>.py"
"${CMAKE_CURRENT_BINARY_DIR}/test_dynamic_bridge${target_suffix}_$<CONFIG>.py"
TIMEOUT 60)
endif()
endmacro()
Expand Down

0 comments on commit 25d0f4f

Please sign in to comment.