IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 199ab44c authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

fixed CMakeLists.txt for me

parent 6e90ab84
No related branches found
No related tags found
Loading
cmake_minimum_required (VERSION 3.4.3) cmake_minimum_required (VERSION 3.4.3)
project (corsika VERSION 8.0.0 DESCRIPTION "CORSIKA C++ project") project (corsika VERSION 8.0.0 DESCRIPTION "CORSIKA C++ PROJECT " LANGUAGES CXX)
# ignore many irrelevant Up-to-date messages during install # ignore many irrelevant Up-to-date messages during install
set (CMAKE_INSTALL_MESSAGE LAZY) set (CMAKE_INSTALL_MESSAGE LAZY)
...@@ -14,8 +14,8 @@ enable_testing () ...@@ -14,8 +14,8 @@ enable_testing ()
# dependencies # dependencies
find_package (Boost 1.40 COMPONENTS program_options REQUIRED) find_package (Boost 1.40 COMPONENTS program_options REQUIRED)
find_package (Eigen3 3.3 REQUIRED) find_package (Eigen3 REQUIRED)
find_package (HDF5) #find_package (HDF5) # not yet needed
# order of subdirectories # order of subdirectories
add_subdirectory (ThirdParty) add_subdirectory (ThirdParty)
......
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