From 02633a46d8a62e9c3a55b395b2de58a23e537eec Mon Sep 17 00:00:00 2001 From: nwagenbrenner Date: Mon, 19 Aug 2024 08:15:58 -0600 Subject: [PATCH] cleanup --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 360de3d4..51dbd63a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -317,7 +317,7 @@ endif(NOT WIN32) option(BUILD_FETCH_DEM "Build a standalone command line interface DEM utility" OFF) option(BUILD_STL_CONVERTER "Build a standalone command line interface for STL file conversions" OFF ) option(BUILD_CONVERT_OUTPUT "Build a standalone command line interface for xyz file conversions" OFF ) -option(BUILD_WRF_TO_KMZ "Build a standalone command line interface for converting wrf output runs to kmz, without running full WindNinja" OFF ) +option(BUILD_WRF_TO_KMZ "Build a standalone command line interface for converting WRF output to kmz" OFF ) mark_as_advanced(BUILD_WRF_TO_KMZ) option(BUILD_HRRR_TO_KMZ "Build a standalone command line interface for converting hrrr output runs to kmz, without running full WindNinja" OFF ) mark_as_advanced(BUILD_HRRR_TO_KMZ)