Skip to content

Commit

Permalink
Change the way -DMCRBDYNURDF_BUILDING is passed to the library
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Jun 3, 2019
1 parent e9533cb commit c8317b0
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 @@ -15,7 +15,7 @@ target_include_directories(mc_rbdyn_urdf PUBLIC $<BUILD_INTERFACE:${CMAKE_CURREN
target_link_libraries(mc_rbdyn_urdf PUBLIC RBDyn::RBDyn Boost::boost tinyxml2::tinyxml2)
set_target_properties(mc_rbdyn_urdf PROPERTIES SOVERSION 1 VERSION 1.1.0)
set_target_properties(mc_rbdyn_urdf PROPERTIES CXX_STANDARD 11)
target_compile_definitions(mc_rbdyn_urdf PRIVATE "-DMCRBDYNURDF_BUILDING")
set_target_properties(mc_rbdyn_urdf PROPERTIES COMPILE_FLAGS "-DMCRBDYNURDF_BUILDING")

install(FILES ${HEADERS} DESTINATION include/mc_rbdyn_urdf)
install(
Expand Down

0 comments on commit c8317b0

Please sign in to comment.