From 0c1d394821423866570394930c2abf8a038dbed5 Mon Sep 17 00:00:00 2001
From: Alan Coleman <alanc@udel.edu>
Date: Thu, 7 Dec 2023 11:23:34 +0100
Subject: [PATCH] update cmake

---
 examples/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index a871f47dc..614bfb9bc 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -26,9 +26,9 @@ else()
   message("FLUKA not found, will not make 'mars' example")
 endif()
 
-add_executable (hybrid_MC cascade_examples/hybrid_MC.cpp)
-target_link_libraries (hybrid_MC  CORSIKA8::CORSIKA8)
-CORSIKA_REGISTER_EXAMPLE (hybrid_MC RUN_OPTIONS 4 2 10000.)
+add_executable (mc_conex cascade_examples/mc_conex.cpp)
+target_link_libraries (mc_conex  CORSIKA8::CORSIKA8)
+CORSIKA_REGISTER_EXAMPLE (mc_conex RUN_OPTIONS 4 2 10000.)
 
 add_executable (radio_em_shower cascade_examples/radio_em_shower.cpp)
 target_link_libraries (radio_em_shower CORSIKA8::CORSIKA8)
-- 
GitLab