Skip to content

Commit

Permalink
Use modern CMake targets when including ignition-math. (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Oxoby <[email protected]>

Co-authored-by: Juan Oxoby <[email protected]>
  • Loading branch information
joxoby and Juan Oxoby authored Sep 7, 2020
1 parent e56cde5 commit e40320d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ target_include_directories(${PROJECT_LIBRARY_TARGET_NAME}
target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}
PUBLIC
protobuf::libprotobuf
${ignition-math${IGN_MATH_VER}_LIBRARIES}
ignition-math${IGN_MATH_VER}::ignition-math${IGN_MATH_VER}
PRIVATE
TINYXML2::TINYXML2
)
Expand Down

0 comments on commit e40320d

Please sign in to comment.