From e446638e1209275dca81bc1450397107d9759748 Mon Sep 17 00:00:00 2001
From: rulrich <ralf.m.ulrich@kit.edu>
Date: Mon, 13 Jul 2020 01:30:37 +0200
Subject: [PATCH] corsika data version

---
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index db0942d..2653e66 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,11 +1,11 @@
+# Distribution of partly compressed data tables+files for air shower physics
+
 cmake_minimum_required (VERSION 3.10)
-project (
-  corsika-data
-  VERSION 1.0.0
-  DESCRIPTION "Distribution of partly compressed data tables+files for air shower physics"
   LANGUAGES CXX
   )
 
+set (CORSIKA_DATA_VERSION "1.0.0")
+
 # this may be included in our project to access corsika-data by adding
 # add_subdirectory (corsika-data)
 # to your CMakeLists.txt
-- 
GitLab