We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc14c83 + 027a366 commit 940bd80Copy full SHA for 940bd80
machines/cmake_macros/CMakeLists.txt
@@ -1,4 +1,3 @@
1
-cmake_policy(SET CMP0057 NEW)
2
cmake_minimum_required(VERSION 3.5)
3
project(cime LANGUAGES C Fortran)
4
include(../Macros.cmake)
machines/cmake_macros/Macros.cmake
@@ -4,6 +4,7 @@
# and that's the one that gets included by the build system. Feel free
5
# to modify this file in the CASEROOT.
6
#
7
+cmake_policy(SET CMP0057 NEW)
8
set(MACROS_DIR ${CASEROOT}/cmake_macros)
9
10
set(UNIVERSAL_MACRO ${MACROS_DIR}/universal.cmake)
0 commit comments