Skip to content

Commit

Permalink
update minimum cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Mar 21, 2024
1 parent 9669568 commit 580504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
#taken from http://geant4.cern.ch/support/source/geant4/CMakeLists.txt
IF(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
message(STATUS "Cycamore requires an out-of-source build.")
Expand Down

0 comments on commit 580504c

Please sign in to comment.