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 f138bda commit e265f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclcpp_tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ if(BUILD_TESTING)
@ONLY
)
file(GENERATE
OUTPUT "test_${exe_list_underscore}${target_suffix}_$<CONFIGURATION>.py"
OUTPUT "test_${exe_list_underscore}${target_suffix}_$<CONFIG>.py"
INPUT "${CMAKE_CURRENT_BINARY_DIR}/test_${exe_list_underscore}${target_suffix}.py.configured"
)

ament_add_nose_test(test_tutorial_${exe_list_underscore}${target_suffix}
"${CMAKE_CURRENT_BINARY_DIR}/test_${exe_list_underscore}${target_suffix}_$<CONFIGURATION>.py"
"${CMAKE_CURRENT_BINARY_DIR}/test_${exe_list_underscore}${target_suffix}_$<CONFIG>.py"
TIMEOUT 30
ENV RCL_ASSERT_RMW_ID_MATCHES=${rmw_implementation})
foreach(executable ${tutorial_executables})
Expand Down

0 comments on commit e265f79

Please sign in to comment.