Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ include( wrf_case_setup )
wrf_get_version( ${PROJECT_SOURCE_DIR}/README )

# Disable WRF-specifics entirely
set( USE_WRF ON CACHE BOOL "USE_WRF" )
set( USE_WRF ON CACHE BOOL "USE_WRF" )
set( USE_DOUBLE OFF CACHE BOOL "USE_DOUBLE" )
set( USE_MPI OFF CACHE BOOL "USE_MPI" )
set( BUILD_EXTERNALS OFF CACHE BOOL "BUILD_EXTERNALS" )


################################################################################
##
Expand Down