Merge branch 'develop' into cmake-3.16
This commit is contained in:
@ -189,6 +189,9 @@ add_executable(test_fix_timestep test_fix_timestep.cpp)
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
target_compile_definitions(test_fix_timestep PRIVATE USING_STATIC_LIBS=1)
|
||||
endif()
|
||||
if(FFT_SINGLE)
|
||||
target_compile_definitions(test_fix_timestep PRIVATE -DFFT_SINGLE)
|
||||
endif()
|
||||
target_link_libraries(test_fix_timestep PRIVATE lammps style_tests)
|
||||
|
||||
# tests for timestep related fixes (time integration, thermostat, force manipulation, constraints/restraints)
|
||||
|
||||
Reference in New Issue
Block a user