diff --git a/Processes/CMakeLists.txt b/Processes/CMakeLists.txt index 7ef912d1556dfb32f2e721abbc3cbe324bc33a37..313dd46f8ff3622bb5ad1b4e7ef8ef73c7fcbf2b 100644 --- a/Processes/CMakeLists.txt +++ b/Processes/CMakeLists.txt @@ -10,7 +10,6 @@ endif (PYTHIA8_FOUND) add_subdirectory (HadronicElasticModel) add_subdirectory (UrQMD) add_subdirectory (SwitchProcess) -add_subdirectory (ParticleCut) # continuous physics add_subdirectory (EnergyLoss) @@ -19,6 +18,7 @@ add_subdirectory (TrackWriter) add_subdirectory (StackInspector) # secondaries process # cuts, thinning, etc. +add_subdirectory (ParticleCut) ########################################## # add_custom_target(CORSIKAprocesses) diff --git a/Processes/SwitchProcess/CMakeLists.txt b/Processes/SwitchProcess/CMakeLists.txt index 577fdf9ce2faaf6cb7edd286f07b996b4ecc29ac..c8e6bf737111d23a1466a732d60192f1520d1153 100644 --- a/Processes/SwitchProcess/CMakeLists.txt +++ b/Processes/SwitchProcess/CMakeLists.txt @@ -11,14 +11,6 @@ set ( add_library (ProcessSwitch INTERFACE) CORSIKA_COPY_HEADERS_TO_NAMESPACE (ProcessSwitch ${MODEL_NAMESPACE} ${MODEL_HEADERS}) -set_target_properties ( - ProcessStackInspector - PROPERTIES - VERSION ${PROJECT_VERSION} - SOVERSION 1 -# PUBLIC_HEADER "${MODEL_HEADERS}" - ) - # target dependencies on other libraries (also the header onlys) target_link_libraries ( ProcessSwitch