Commit 0644bdd0 authored by Peter Eastman's avatar Peter Eastman
Browse files

Updated build script to require CMake 2.8, since CMAKE_OSX_DEPLOYMENT_TARGET...

Updated build script to require CMake 2.8, since CMAKE_OSX_DEPLOYMENT_TARGET is not supported on 2.6.
parent c3c84a28
......@@ -20,8 +20,7 @@ IF( NOT PROJECT_NAME )
PROJECT (OpenMM)
ENDIF( NOT PROJECT_NAME )
# On Linux it appears that cmake 2.4 does not work with Cuda cmake rules
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
#SET(CMAKE_VERBOSE_MAKEFILE 1)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment