Skip to content

Commit

Permalink
Merge pull request NOAA-GFDL#55 from GEOS-ESM/geos/develop
Browse files Browse the repository at this point in the history
Merge geos/develop into geos/main for release
  • Loading branch information
mathomp4 authored Sep 20, 2022
2 parents 5139713 + 477e917 commit 8c4707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ esma_add_library (${this}

if (FV_PRECISION STREQUAL R4)
elseif (FV_PRECISION STREQUAL R4R8) # FV is R4 but FMS is R8
get_target_property (extra_incs fms_r4 INCLUDE_DIRECTORIES)
get_target_property (extra_incs fms_r4 INTERFACE_INCLUDE_DIRECTORIES)
target_include_directories(${this} PRIVATE
$<BUILD_INTERFACE:${extra_incs}>
)
Expand Down

0 comments on commit 8c4707a

Please sign in to comment.