Skip to content
Snippets Groups Projects
Commit 7de48a1e authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Fix paths in CMake (libSGM)

parent b9f6400b
No related branches found
No related tags found
1 merge request!313CPack
......@@ -31,12 +31,12 @@ install(
)
install(
DIRECTORY ${CMAKE_SOURCE_DIR}/include
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../include
DESTINATION ${CMAKE_INSTALL_PREFIX}
FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp"
)
install(
FILES ${CMAKE_SOURCE_DIR}/FindLibSGM.cmake
FILES ${CMAKE_CURRENT_SOURCE_DIR}/../FindLibSGM.cmake
DESTINATION ${CMAKE_INSTALL_PREFIX}
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment