Skip to content

Commit

Permalink
Merge pull request #197 from fossell/release/public-v2
Browse files Browse the repository at this point in the history
Unify the public-v2 executable name
  • Loading branch information
fossell authored Oct 8, 2020
2 parents 201a197 + acc5eff commit 459ad72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$")
endif()

set(LIBNAME "nceppost")
set(EXENAME "nceppost.x")
set(EXENAME "ncep_post")

set(module_dir "${CMAKE_CURRENT_BINARY_DIR}/include")

Expand Down

0 comments on commit 459ad72

Please sign in to comment.