Skip to content
Snippets Groups Projects
Commit 4ebf31f5 authored by asantamaria's avatar asantamaria
Browse files

changed CMakeLists to fix KDL .cmake issue

parent a60c822c
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ SET(headers quadarm_task_priority_ctrl.h) ...@@ -7,11 +7,11 @@ SET(headers quadarm_task_priority_ctrl.h)
# locate the necessary dependencies # locate the necessary dependencies
# KDL ######### # KDL #########
#INCLUDE (${PROJECT_SOURCE_DIR}/FindPkgConfig.cmake) INCLUDE (${PROJECT_SOURCE_DIR}/FindPkgConfig.cmake)
#SET( KDL_INSTALL ${CMAKE_INSTALL_PREFIX} CACHE PATH "The KDL installation directory.") #SET( KDL_INSTALL ${CMAKE_INSTALL_PREFIX} CACHE PATH "The KDL installation directory.")
#INCLUDE (${PROJECT_SOURCE_DIR}/FindKDL.cmake) INCLUDE (${PROJECT_SOURCE_DIR}/FindKDL.cmake)
find_package(Orocos-KDL REQUIRED) #find_package(Orocos-KDL REQUIRED)
find_package(KDL REQUIRED)
# Boost ####### # Boost #######
set(Boost_USE_STATIC_LIBS ON) set(Boost_USE_STATIC_LIBS ON)
......
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