Merged final changes against netcdf-cmake branch in preparation for

4.3.0-rc1
This commit is contained in:
Ward Fisher 2013-02-19 17:13:24 +00:00
parent b0b6c77a3e
commit 9ad4383ff8

View File

@ -11,6 +11,12 @@ SET(NetCDF_VERSION_NOTE "-rc1")
SET(NetCDF_VERSION ${NetCDF_VERSION_MAJOR}.${NetCDF_VERSION_MINOR}.${NetCDF_VERSION_PATCH}${NetCDF_VERSION_NOTE})
SET(VERSION ${NetCDF_VERSION})
# Set some default C Flags if we are using GCC
IF(CMAKE_COMPILER_IS_GNUCC)
SET(CMAKE_C_FLAGS "-g -O2")
ENDIF()
ENABLE_TESTING()
INCLUDE(CTest)