Skip to content
Snippets Groups Projects
Unverified Commit 2cca9eab authored by Fernbach Pierre's avatar Fernbach Pierre Committed by GitHub
Browse files

Merge pull request #19 from pFernbach/fix_optimization_install

[CMakeList] fix install path of optimization files
parents 925e6ac9 b22916d8
No related branches found
No related tags found
No related merge requests found
Pipeline #7643 failed
SET(${PROJECT_NAME}_HELPERS_HEADERS SET(${PROJECT_NAME}_OPTIMIZATION_HEADERS
definitions.h definitions.h
details.h details.h
quadratic_problem.h quadratic_problem.h
...@@ -6,6 +6,6 @@ SET(${PROJECT_NAME}_HELPERS_HEADERS ...@@ -6,6 +6,6 @@ SET(${PROJECT_NAME}_HELPERS_HEADERS
) )
INSTALL(FILES INSTALL(FILES
${${PROJECT_NAME}_HELPERS_HEADERS} ${${PROJECT_NAME}_OPTIMIZATION_HEADERS}
DESTINATION include/hpp/spline/optimization DESTINATION include/curves/optimization
) )
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