From e2ab3d2906242a9269c0da2136cca397203eaecc Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de>
Date: Thu, 21 May 2020 20:04:10 +0200
Subject: [PATCH] CMake clean-up

---
 Documentation/Examples/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/Examples/CMakeLists.txt b/Documentation/Examples/CMakeLists.txt
index 8689f39b3..936e54ed2 100644
--- a/Documentation/Examples/CMakeLists.txt
+++ b/Documentation/Examples/CMakeLists.txt
@@ -87,7 +87,6 @@ if (Pythia8_FOUND)
   install (TARGETS cascade_proton_example DESTINATION share/examples)
 endif()
 
-#CORSIKA_ADD_TEST(vertical_EAS)
 add_executable(vertical_EAS vertical_EAS.cc)
 target_link_libraries (vertical_EAS
   SuperStupidStack
-- 
GitLab