IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 38e4c70c authored by Hans Dembinski's avatar Hans Dembinski
Browse files

fixing vertical_EAS

parent adc68143
No related branches found
No related tags found
1 merge request!106Adding sanitizers revealed bugs
Checking pipeline status
......@@ -56,7 +56,7 @@ target_link_libraries (boundary_example
)
install (TARGETS boundary_example DESTINATION share/examples)
if (PYTHIA8_FOUND)
if (Pythia8_FOUND)
CORSIKA_ADD_TEST (cascade_proton_example)
target_link_libraries (cascade_proton_example
SuperStupidStack
......@@ -82,29 +82,28 @@ if (PYTHIA8_FOUND)
install (TARGETS cascade_proton_example DESTINATION share/examples)
endif()
if (PYTHIA8_FOUND)
CORSIKA_ADD_TEST(vertical_EAS)
target_link_libraries (vertical_EAS
SuperStupidStack
CORSIKAunits
CORSIKAlogging
CORSIKArandom
ProcessSibyll
CORSIKAcascade
ProcessEnergyLoss
ProcessTrackWriter
ProcessTrackingLine
ProcessHadronicElasticModel
ProcessStackInspector
CORSIKAprocesses
CORSIKAcascade
CORSIKAparticles
CORSIKAgeometry
CORSIKAenvironment
CORSIKAprocesssequence
)
install (TARGETS vertical_EAS DESTINATION share/examples)
endif()
CORSIKA_ADD_TEST(vertical_EAS)
target_link_libraries (vertical_EAS
SuperStupidStack
CORSIKAunits
CORSIKAlogging
CORSIKArandom
ProcessSibyll
CORSIKAcascade
ProcessEnergyLoss
ProcessTrackWriter
ProcessTrackingLine
ProcessHadronicElasticModel
ProcessParticleCut
ProcessStackInspector
CORSIKAprocesses
CORSIKAcascade
CORSIKAparticles
CORSIKAgeometry
CORSIKAenvironment
CORSIKAprocesssequence
)
install (TARGETS vertical_EAS DESTINATION share/examples)
CORSIKA_ADD_TEST (staticsequence_example)
target_link_libraries (staticsequence_example
......
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