Skip to content
Snippets Groups Projects

Resolve "cmake: remove iri-algorithms from include install path"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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)
Loading