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

Remove unused variables

parent 01c96725
No related branches found
No related tags found
2 merge requests!451After cmake and const refactor,!445Resolve "Refactoring WOLF installation system"
...@@ -17,16 +17,9 @@ PROJECT(core) ...@@ -17,16 +17,9 @@ PROJECT(core)
set(PLUGIN_NAME "wolf${PROJECT_NAME}") set(PLUGIN_NAME "wolf${PROJECT_NAME}")
# Paths # Paths
SET(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/bin)#FIXME: is this variable necessary?
SET(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/lib)#FIXME: is this variable necessary?
SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY FALSE) SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY FALSE)
SET(LIB_INSTALL_DIR lib) SET(LIB_INSTALL_DIR lib)
# plugin_core is not really needed, why was it used in the first place?
#SET(INCLUDE_INSTALL_DIR "include/iri-algorithms/wolf/plugin_${PROJECT_NAME}")
SET(INCLUDE_INSTALL_DIR include/iri-algorithms/wolf) SET(INCLUDE_INSTALL_DIR include/iri-algorithms/wolf)
message("CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
message("LIB_INSTALL_DIR: ${LIB_INSTALL_DIR}")
message("INCLUDE_INSTALL_DIR: ${INCLUDE_INSTALL_DIR}")
# Build type # Build type
IF (NOT CMAKE_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