Update required CMake version, and bumped the APBS version in anticipation of the release.

This commit is contained in:
Keith T. Star
2016-01-06 12:24:11 -08:00
parent 2059742f7a
commit fe3e2d883d

View File

@@ -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")