Skip to content
Snippets Groups Projects
Commit c41c90cd authored by Jeremie Deray's avatar Jeremie Deray
Browse files

One shouldnt install directly in the CMAKE_ROOT/Modules folder has those...

One shouldnt install directly in the CMAKE_ROOT/Modules folder has those module files are supposed to be thoroughly verified/tested.
parent 619c6ab7
No related branches found
No related tags found
1 merge request!91catkin build
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -395,7 +395,7 @@ INSTALL(FILES ${HDRS_WRAPPER}
INSTALL(FILES ${HDRS_SOLVER}
DESTINATION include/iri-algorithms/wolf/solver)
INSTALL(FILES ../Findwolf.cmake DESTINATION ${CMAKE_ROOT}/Modules/)
INSTALL(FILES ../cmake_modules/Findwolf.cmake DESTINATION "lib/cmake/${PROJECT_NAME}")
#Build examples & tests
MESSAGE("Building examples and tests.")
......
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