Skip to content

Commit

Permalink
Fix CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jan 23, 2025
1 parent 6af44bb commit ab4004e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set (srcs
GACL_EmissionsMod.F90
GACL_ReactionRatesMod.F90
GACL_DryDepositionMod.F90
ACHEMGridCompMod.F90
ACHEM_GridCompMod.F90
)

esma_add_library (
Expand All @@ -36,7 +36,7 @@ new_esma_generate_automatic_code (
${this} ACHEM_Registry.rc
"ACHEM_ExportSpec___.h;ACHEM_GetPointer___.h"
ACHEM_History___.rc
${include_ACHEM_GridComp} ${esma_etc}
${include_ACHEM} ${esma_etc}
"-f"
)

Expand Down

0 comments on commit ab4004e

Please sign in to comment.