Skip to content
Snippets Groups Projects
Commit 0aa8b74e authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Changed import-default-paths configuration to generate the file in source...

Changed import-default-paths configuration to generate the file in source include directory *then* install.
parent a9221f56
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# Generate header with default script directory.
SET(SOT_IMPORT_DEFAULT_PATHS \"${CMAKE_INSTALL_PREFIX}/script\")
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/sot-core/import-default-paths.h.cmake
${${PROJECT_NAME}_BINARY_DIR}/include/sot/import-default-paths.h)
${CMAKE_CURRENT_SOURCE_DIR}/sot-core/import-default-paths.h)
SET(${PROJECT_NAME}_HEADERS
sot-core-api.h
......
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