Skip to content

Commit

Permalink
GitHub Issue NOAA-EMC/GSI#368. WCOSS2 port.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLueken committed May 3, 2022
1 parent c5f6c43 commit 1b451d2
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 1b451d2

Please sign in to comment.