Commit e38c9fb6 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Use symbolic name of OpenMM library in OpenMMBrook TARGET_LINK_LIBRARIES

stanza, so OpenMMBrook builds in both release and debug mode on my Windows box
parent 594822f1
...@@ -172,7 +172,8 @@ ENDIF(LOG) ...@@ -172,7 +172,8 @@ ENDIF(LOG)
# shared # shared
TARGET_LINK_LIBRARIES(${SHARED_BROOK_TARGET} debug ${OPENMM_LIBRARY_NAME}_d optimized ${OPENMM_LIBRARY_NAME}) # TARGET_LINK_LIBRARIES(${SHARED_BROOK_TARGET} debug ${OPENMM_LIBRARY_NAME}_d optimized ${OPENMM_LIBRARY_NAME})
TARGET_LINK_LIBRARIES(${SHARED_BROOK_TARGET} ${SHARED_TARGET})
# the line below does not work for some reason # the line below does not work for some reason
# using the following 3 lines in its place until understand more fully source of problem # using the following 3 lines in its place until understand more fully source of problem
......
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