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

Change name of config.h -> config.h.in

parent 0667cf4e
No related branches found
No related tags found
1 merge request!2Resolve "cmake: remove iri-algorithms from include install path"
......@@ -98,7 +98,7 @@ IF(EXISTS "${WOLF_CONFIG_DIR}" AND NOT IS_DIRECTORY "${WOLF_CONFIG_DIR}")
ENDIF()
# Configure config.h
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/internal/config.h "${WOLF_CONFIG_DIR}/config.h")
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/internal/config.h.in "${WOLF_CONFIG_DIR}/config.h")
message("CONFIG DIRECTORY ${PROJECT_BINARY_DIR}")
include_directories("${PROJECT_BINARY_DIR}/conf")
......
File moved
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