IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b9005a03 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

Merge branch 'backport_try_compile' into 'master'

use old-style try_compile() for CMake < 3.25

See merge request !628
parents c23e5ae3 1789e23f
No related branches found
No related tags found
1 merge request!628use old-style try_compile() for CMake < 3.25
Pipeline #13665 passed
......@@ -36,7 +36,7 @@ else()
$<INSTALL_INTERFACE:include/corsika_modules/fluka>
)
try_compile(fluka_have_flkavr
try_compile(fluka_have_flkavr ${CMAKE_BINARY_DIR}
SOURCES ${input_dir}/try_flkavr.c
LINK_LIBRARIES ${C8_FLUKALIB_}
)
......
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