Commit 4890b56f authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Set flag set for static compile of OpenMMCuda on Windows (cudpp references in *cu files)

parent d1b148cd
...@@ -424,6 +424,7 @@ MACRO(CUDA_add_custom_commands cuda_target) ...@@ -424,6 +424,7 @@ MACRO(CUDA_add_custom_commands cuda_target)
ARGS ${source_file} ARGS ${source_file}
${CUDA_NVCC_FLAGS} ${CUDA_NVCC_FLAGS}
${nvcc_flags} ${nvcc_flags}
${CUDA_NVCC_BUILD_FLAGS}
-DNVCC -DNVCC
--keep --keep
-cuda -o ${generated_file} -cuda -o ${generated_file}
......
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