From a319d911e288975b6b8b99fe1debd562c01c619f Mon Sep 17 00:00:00 2001 From: Wen Meng Date: Mon, 2 Nov 2020 17:29:35 +0000 Subject: [PATCH] Update camke scripts for building upp lib. --- CMakeLists.txt | 2 +- sorc/ncep_post.fd/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e52cbdfa..0db0191df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) file(STRINGS "VERSION" pVersion LIMIT_COUNT 1) project( - nceppost + UPP VERSION ${pVersion} LANGUAGES Fortran) diff --git a/sorc/ncep_post.fd/CMakeLists.txt b/sorc/ncep_post.fd/CMakeLists.txt index 13f8d7e02..ecd1793db 100644 --- a/sorc/ncep_post.fd/CMakeLists.txt +++ b/sorc/ncep_post.fd/CMakeLists.txt @@ -190,7 +190,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$") endif() endif() -set(LIBNAME "nceppost") +set(LIBNAME "upp") set(EXENAME "nceppost.x") set(module_dir "${CMAKE_CURRENT_BINARY_DIR}/include")