Skip to content

Commit

Permalink
fix CMake ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Cousineau <[email protected]>
  • Loading branch information
EricCousineau-TRI authored and dirk-thomas committed Jan 15, 2020
1 parent b350613 commit c903813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_implementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ else()
src/functions.cpp)
ament_target_dependencies(${PROJECT_NAME}
"Poco"
"rcutils"
"rcpputils"
"rcutils"
"rmw")
target_compile_definitions(${PROJECT_NAME}
PUBLIC "DEFAULT_RMW_IMPLEMENTATION=${RMW_IMPLEMENTATION}")
Expand Down

0 comments on commit c903813

Please sign in to comment.