IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 1aa89bc8 authored by Ralf M Ulrich's avatar Ralf M Ulrich Committed by ralfulrich
Browse files

fixed target properties

parent 0cdc0463
No related branches found
No related tags found
1 merge request!191Resolve "Runtime error with pythia"
......@@ -221,7 +221,7 @@ if ("x_${USE_CONEX_C8}" STREQUAL "x_SYSTEM")
message (STATUS "Using system-level CONEX version at ${CONEX_INCLUDE_DIR}")
set_target_properties (
C8::ext::conex PROPERTIES
IMPORTED_LOCATION ${CONEX_PREFIX}/lib/${CMAKE_SYSTEM_NAME}/libCONEXdynamic.a
IMPORTED_LOCATION ${CONEX_LIBRARY}
IMPORTED_LINK_INTERFACE_LIBRARIES dl
INTERFACE_INCLUDE_DIRECTORIES ${CONEX_INCLUDE_DIR}
)
......@@ -256,7 +256,7 @@ else ()
set_target_properties (
C8::ext::conex PROPERTIES
IMPORTED_LOCATION ${CONEX_LIBRARY}
IMPORTED_LOCATION ${CONEX_PREFIX}/lib/${CMAKE_SYSTEM_NAME}/libCONEXdynamic.a
IMPORTED_LINK_INTERFACE_LIBRARIES dl
INTERFACE_INCLUDE_DIRECTORIES
$<BUILD_INTERFACE:${CONEX_INCLUDE_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