Skip to content

Commit

Permalink
More CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Oct 17, 2024
1 parent fcdd8f3 commit e070e3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMake/BuildPeleExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ function(build_pele_exe pele_exe_name pele_physics_lib_name)
)
endif()

if (PELELM_NUM_ODE GREATER 0)
target_compile_definitions(${pele_exe_name} PRIVATE NUM_ODE=${PELELM_NUM_ODE})
endif()

if(PELE_ENABLE_CUDA)
set(pctargets "${pele_exe_name};${pele_physics_lib_name}")
foreach(tgt IN LISTS pctargets)
Expand Down

0 comments on commit e070e3d

Please sign in to comment.