From 7d34d01ae396904d98814d18d5d51c927da53a42 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:19:18 -0700 Subject: [PATCH] removing some recent build changes to debug error --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da99120f..5d450b60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,8 @@ cmake_minimum_required(VERSION 3.15) file(STRINGS "VERSION" pVersion) # Set up project with version number from VERSION file. -project(wgrib2 VERSION ${pVersion} LANGUAGES C) +#project(wgrib2 VERSION ${pVersion} LANGUAGES C) +project(wgrib2 VERSION ${pVersion} LANGUAGES Fortran C) # Handle user build options. option(ENABLE_DOCS "Enable generation of doxygen-based documentation." OFF) @@ -39,9 +40,9 @@ option(BUILD_LIB "Build wgrib2 library?" on) option(BUILD_SHARED_LIB "Build shared library?" off) option(BUILD_WGRIB "Build wgrib code?" off) -if (MAKE_FTN_API OR USE_IPOLATES) - enable_language(Fortran) -endif() +#if (MAKE_FTN_API OR USE_IPOLATES) +# enable_language(Fortran) +#endif() # Developers can use this option to specify a local directory which # holds the test files. They will be copied instead of fetching the