mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 12:44:23 +08:00
Update required CMake version, and bumped the APBS version in anticipation of the release.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
cmake_minimum_required (VERSION 3.0)
|
||||
|
||||
################################################################################
|
||||
# TODO: Add licensing and authorship information
|
||||
@@ -40,7 +39,7 @@ include(CheckIncludeFiles)
|
||||
include(CheckFunctionExists)
|
||||
include(ExternalProject)
|
||||
|
||||
set(APBS_VERSION "1.4.1")
|
||||
set(APBS_VERSION "1.4.2")
|
||||
set(PACKAGE_STRING ${APBS_VERSION})
|
||||
set(CMAKE_BUILD_TYPE "RELWITHDEBINFO")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user