Skip to content

Commit

Permalink
Update camke scripts for building upp lib. (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Nov 2, 2020
1 parent 755b0f0 commit 855cae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
file(STRINGS "VERSION" pVersion LIMIT_COUNT 1)

project(
nceppost
UPP
VERSION ${pVersion}
LANGUAGES Fortran)

Expand Down
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 855cae4

Please sign in to comment.