Skip to content

Commit

Permalink
[cmake] store qpoases include dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
EulalieCoevoet committed Apr 12, 2024
1 parent 8c078e5 commit 6a807a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ add_subdirectory(${OASES_LIBRARY_DIRECTORY} extlibs/libqpOASES)
find_package(libqpOASES REQUIRED)
message("libqpOASES_INCLUDE_DIRS = ${libqpOASES_INCLUDE_DIRS}")
include_directories(${libqpOASES_INCLUDE_DIRS})
set(QPOASES_INCLUDE_DIR ${libqpOASES_INCLUDE_DIRS} CACHE INTERNAL "")
sofa_install_libraries(PATHS ${libqpOASES_LIBRARY})

option(SOFTROBOTSINVERSE_INSTALL_HEADERS "Install the headers" ON)
Expand Down

0 comments on commit 6a807a8

Please sign in to comment.