Skip to content

Commit

Permalink
removing some recent build changes to debug error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Oct 15, 2024
1 parent 6938570 commit 7d34d01
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7d34d01

Please sign in to comment.