Skip to content
Snippets Groups Projects
Commit b65c0247 authored by Christopher Dilks's avatar Christopher Dilks
Browse files

test: nasty fix

parent e083450b
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ list(REMOVE_ITEM algo_sources ${algo_exe_source})
set(algo_lib ${PROJECT_NAME})
add_library(${algo_lib} SHARED ${algo_sources})
target_include_directories(${algo_lib} PUBLIC
${EDM4EIC_INCLUDE_DIR}
${CMAKE_INSTALL_INCLUDEDIR} ################## kluge
${CMAKE_CURRENT_SOURCE_DIR}/include
)
target_compile_options(${algo_lib} PRIVATE -Wall -Wno-misleading-indentation)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment