We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ee0c7 commit a1c01e7Copy full SHA for a1c01e7
.gitignore
@@ -1,3 +1,5 @@
1
+build
2
+compile_commands.json
3
*~
4
*.pyc
5
CMakeLists.txt
@@ -15,6 +15,7 @@ option(INSTALL_DOCUMENTATION "Generate and install the documentation" OFF)
15
option(USE_ROS2 "Use ROS2" OFF)
16
17
project(force_control_collection LANGUAGES CXX)
18
+include(GNUInstallDirs) # For CMAKE_INSTALL_LIBDIR
19
20
# Eigen
21
find_package(Eigen3 REQUIRED)
@@ -97,4 +98,4 @@ if(USE_ROS2)
97
98
)
99
ament_export_targets(${PROJECT_NAME})
100
ament_package()
-endif()
101
+endif()
0 commit comments