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

[skip-ci] fixing target_include_directories to differentiate between installation and build time

parent 17751cb2
No related branches found
No related tags found
1 merge request!12Devel
Pipeline #12272 skipped
......@@ -203,6 +203,7 @@ install(
target_include_directories(${PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/conf>
$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>
)
......
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