Skip to content

Commit

Permalink
remove use of uninitialized CMake var (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Jul 11, 2018
1 parent 16159ad commit 0ed0581
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rcl_lifecycle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ if(BUILD_TESTING)
if(TARGET test_default_state_machine)
target_include_directories(test_default_state_machine PUBLIC
${rcl_INCLUDE_DIRS}
${rcl_lifecycle_INCLUDE_DIRS}
)
target_link_libraries(test_default_state_machine ${PROJECT_NAME})
endif()
Expand All @@ -80,7 +79,6 @@ if(BUILD_TESTING)
if(TARGET test_multiple_instances)
target_include_directories(test_multiple_instances PUBLIC
${rcl_INCLUDE_DIRS}
${rcl_lifecycle_INCLUDE_DIRS}
)
target_link_libraries(test_multiple_instances ${PROJECT_NAME})
endif()
Expand All @@ -90,7 +88,6 @@ if(BUILD_TESTING)
if(TARGET test_transition_map)
target_include_directories(test_transition_map PUBLIC
${rcl_INCLUDE_DIRS}
${rcl_lifecycle_INCLUDE_DIRS}
)
target_link_libraries(test_transition_map ${PROJECT_NAME})
endif()
Expand Down

0 comments on commit 0ed0581

Please sign in to comment.