Skip to content

Commit

Permalink
Merge pull request #175 from AstroAccelerateOrg/ccarels-patch-1
Browse files Browse the repository at this point in the history
Update minimum CMake to 3.9.0
  • Loading branch information
ccarels committed Mar 8, 2019
2 parents df8d39a + b8d1b29 commit 40f84b7
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,5 +1,5 @@
# Check if cmake has the required version
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
CMAKE_MINIMUM_REQUIRED(VERSION 3.9.0 FATAL_ERROR)
set(PROJECT_NAME astro-accelerate)
set(PROJECT_VERSION 1.3.1) # Tagged release version
set(PROJECT_LIB_NAME ASTRO_ACCELERATE)
Expand Down

0 comments on commit 40f84b7

Please sign in to comment.