Skip to content
Snippets Groups Projects
Commit 931eebea authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] fix PACKAGE_EXTRA_MACROS use

parent 32663af2
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ OPTION(SUFFIX_SO_VERSION "Suffix library name with its version" ON)
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
SET(CXX_DISABLE_WERROR TRUE)
SET(CMAKE_CXX_STANDARD 11)
SET(PACKAGE_EXTRA_MACROS "set(TALOS_DATA_PREFIX ${CMAKE_INSTALL_PREFIX})")
# JRL-cmakemodule setup
INCLUDE(cmake/base.cmake)
......@@ -51,3 +50,4 @@ FOREACH(dir config gazebo meshes robots urdf srdf launch)
ENDFOREACH(dir)
INSTALL(FILES package.xml DESTINATION share/${PROJECT_NAME})
SET(PACKAGE_EXTRA_MACROS "set(TALOS_DATA_PREFIX ${CMAKE_INSTALL_PREFIX})")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment