Commit ec153cfd authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed error building static version of CUDA compiler plugin

parent 27550631
...@@ -21,6 +21,7 @@ SET(OPENMM_SOURCE_SUBDIRS .) ...@@ -21,6 +21,7 @@ SET(OPENMM_SOURCE_SUBDIRS .)
SET(OPENMMCUDACOMPILER_LIBRARY_NAME OpenMMCudaCompiler) SET(OPENMMCUDACOMPILER_LIBRARY_NAME OpenMMCudaCompiler)
SET(SHARED_TARGET ${OPENMMCUDACOMPILER_LIBRARY_NAME}) SET(SHARED_TARGET ${OPENMMCUDACOMPILER_LIBRARY_NAME})
SET(STATIC_TARGET ${OPENMMCUDACOMPILER_LIBRARY_NAME}_static)
# These are all the places to search for header files which are # These are all the places to search for header files which are
# to be part of the API. # to be part of the API.
......
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