Commit 26a330a6 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1566 from peastman/static

Fixed error building static version of CUDA compiler plugin
parents ad0783dd ec153cfd
...@@ -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