Skip to content

Commit 940bd80

Browse files
authored
Merge pull request #237 from jedwards4b/fix_for_cprnc_build
need this policy here for build of cprnc
2 parents fc14c83 + 027a366 commit 940bd80

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cmake_policy(SET CMP0057 NEW)
21
cmake_minimum_required(VERSION 3.5)
32
project(cime LANGUAGES C Fortran)
43
include(../Macros.cmake)

machines/cmake_macros/Macros.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# and that's the one that gets included by the build system. Feel free
55
# to modify this file in the CASEROOT.
66
#
7+
cmake_policy(SET CMP0057 NEW)
78
set(MACROS_DIR ${CASEROOT}/cmake_macros)
89

910
set(UNIVERSAL_MACRO ${MACROS_DIR}/universal.cmake)

0 commit comments

Comments
 (0)