add missing "private"

This commit is contained in:
Axel Kohlmeyer
2021-09-09 18:03:17 -04:00
parent 4e92c68244
commit a954ddac5a

View File

@ -118,7 +118,7 @@ endforeach()
# tester for timestepping fixes
add_executable(test_fix_timestep test_fix_timestep.cpp)
if(NOT BUILD_SHARED_LIBS)
target_compile_definitions(test_fix_timestep -DUSING_STATIC_LIBS=1)
target_compile_definitions(test_fix_timestep PRIVATE USING_STATIC_LIBS=1)
endif()
target_link_libraries(test_fix_timestep PRIVATE lammps style_tests)