Skip to content
Snippets Groups Projects
Commit cb41594c authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Remove iri-algorithms from include path

parent 47152ccd
No related branches found
No related tags found
2 merge requests!466devel->main,!452Resolve "cmake: remove iri-algorithms from include install path"
This commit is part of merge request !452. Comments created here will be created in the context of that merge request.
......@@ -16,7 +16,7 @@ SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY FALSE)
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin)
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)
SET(LIB_INSTALL_DIR lib)
SET(INCLUDE_INSTALL_DIR include/iri-algorithms/wolf)
SET(INCLUDE_INSTALL_DIR include/wolf)
# Build type
IF (NOT CMAKE_BUILD_TYPE)
......
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