Skip to content

Commit

Permalink
Merge pull request #369 from MichaelLueken-NOAA/feature/wcoss2_port
Browse files Browse the repository at this point in the history
GitHub Issue NOAA-EMC/GSI#368.  WCOSS2 port.
  • Loading branch information
MichaelLueken committed May 9, 2022
2 parents c5f6c43 + 1b451d2 commit 28cbc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ncdiag/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.16.1)
if(BUILD_NCDIAG)
if(BUILD_NCDIAG_SERIAL)
add_subdirectory(serial)
Expand Down
2 changes: 1 addition & 1 deletion src/ncdiag/serial/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.16.1)
if(BUILD_NCDIAG)

if( NOT USE_BASELIBS )
Expand Down

0 comments on commit 28cbc48

Please sign in to comment.