Skip to content
Snippets Groups Projects
Commit 72390688 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Fix the issue that LCIO_INCLUDE_DIRS is not set in RecGenfitAlg.

parent 2e78324e
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ gaudi_add_module(RecGenfitAlg
)
target_include_directories(RecGenfitAlg PUBLIC
${LCIO_INCLUDE_DIRS}
$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}>/include
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
......
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