IAP GITLAB

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

fix corsika-data path and libCorsikaData link

parent acbe1a19
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!205UrQMD improvements
Pipeline #1743 passed
......@@ -11,7 +11,7 @@ variables:
LSAN_OPTIONS: "log_threads=1"
ASAN_OPTIONS: "detect_leaks=0:detect_stack_use_after_return=1"
# location of AirShowerPhysics/corsika-data
# CORSIKA_DATA: "${CI_PROJECT_DIR}/corsika-data/"
CORSIKA_DATA: "${CI_PROJECT_DIR}/Data" # the git submodule
# _alternatively_ corsika-data can be downloaded as submodule:
GIT_SUBMODULE_STRATEGY: normal
......
......@@ -35,6 +35,7 @@ target_link_libraries (
CORSIKAenvironment
CORSIKAsetup
CORSIKArandom
CorsikaData
C8::ext::conex
)
......
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