Skip to content

Commit

Permalink
Allow for regular defines to be passed in
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Aug 1, 2024
1 parent 86c3707 commit 1769477
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/c_preproc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ macro( wrf_expand_definitions )
else()
list( APPEND WRF_EXP_DEFS -D${WRF_EXP_DEF} )
endif()
else()
# Just add it normally
list( APPEND WRF_EXP_DEFS ${WRF_EXP_DEF} )
endif()

endforeach()
Expand Down

0 comments on commit 1769477

Please sign in to comment.