Skip to content

Commit

Permalink
fix: remove accidental NETCDF_ACTIVE def in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed Aug 9, 2023
1 parent e96dca4 commit 8c8473d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ if(UDUNITS_ACTIVE)
endif()

cmake_policy(SET CMP0074 NEW)
set(NETCDF_ACTIVE ON)
if(NETCDF_ACTIVE)
set (NETCDF_CXX "YES")
set (NETCDF_F77 "NO")
Expand Down

0 comments on commit 8c8473d

Please sign in to comment.