Commit f42a449d authored by Anatoly Baksheev's avatar Anatoly Baksheev

fix compilation under win32 with gpu

parent d8488e77
...@@ -41,7 +41,7 @@ if (HAVE_CUDA) ...@@ -41,7 +41,7 @@ if (HAVE_CUDA)
file(GLOB_RECURSE ncv_hdr1 "src/nvidia/*.hpp") file(GLOB_RECURSE ncv_hdr1 "src/nvidia/*.hpp")
file(GLOB_RECURSE ncv_hdr2 "src/nvidia/*.h") file(GLOB_RECURSE ncv_hdr2 "src/nvidia/*.h")
if (NOT MSVS) if (NOT MSVC)
file(GLOB vvv "src/nvidia/*.cu") file(GLOB vvv "src/nvidia/*.cu")
list(GET vvv 0 vv) list(GET vvv 0 vv)
list(REMOVE_ITEM ncv_cuda ${vv}) list(REMOVE_ITEM ncv_cuda ${vv})
......
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