"...src/SimTKReference/ReferenceVariableVerletDynamics.h" did not exist on "76e2849ccf0aea4dd118a77e8d7d7e66b1107ab0"
Commit cffb9277 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Change link line for NML plugin in response to nightly build failures.

parent 98111cdd
...@@ -49,7 +49,7 @@ set_target_properties(NormalModeLangevin PROPERTIES COMPILE_FLAGS "-DOPENMM_BUIL ...@@ -49,7 +49,7 @@ set_target_properties(NormalModeLangevin PROPERTIES COMPILE_FLAGS "-DOPENMM_BUIL
if(UNIX) if(UNIX)
set_target_properties(NormalModeLangevin PROPERTIES DEBUG_OUTPUT_NAME NormalModeLangevin_d) set_target_properties(NormalModeLangevin PROPERTIES DEBUG_OUTPUT_NAME NormalModeLangevin_d)
endif(UNIX) endif(UNIX)
target_link_libraries( NormalModeLangevin OpenMM ) target_link_libraries( NormalModeLangevin ${SHARED_TARGET} )
if(BUILD_TESTING) if(BUILD_TESTING)
add_subdirectory(test) add_subdirectory(test)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment