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