You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake - clubbing all include directories into one variable (#1166)
this CMake PR adds a cosmetic change to CMakeLists that is necessary when including Microphysics as a submodule in an external code. I clubbed all the include directories into one variable and defined it in the parent scope.
set (primordial_chem_dirs ${CMAKE_BINARY_DIR}${CMAKE_CURRENT_SOURCE_DIR}/util ${CMAKE_CURRENT_SOURCE_DIR}/util/gcem/include${CMAKE_CURRENT_SOURCE_DIR}/integration/VODE
0 commit comments