Revision a5c6d03bf9cd6c07fdeceed9762f93095f1412df authored by Andy Salinger on 14 December 2017, 21:16:25 UTC, committed by Andy Salinger on 14 December 2017, 21:16:25 UTC
2 parent s 5a59928 + 2007c7f
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 2.8)

#
# Top level CMakeLists.txt file for ACME
# All logic is currently in included file in CIME
# so that the same build system files can be developed
# and tested in CIME for data/stub models, and 
# then tested here subsequently. (Subject to change.)
#
SET(ACME_BUILD ON)
SET(CIME_REL_DIR cime)
SET(CIME_REL_DIR "cime" CACHE PATH "The relative path to CIME from the top level CMakeLists file. Default set by ACME or CIME.")


SET(ACME_COMPONENTS_DIR components)

INCLUDE(cime/scripts/cmake/includedCMakeLists.txt)

back to top