Skip to content
Snippets Groups Projects
Commit f1dbe16d authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Deactivation CUDA_ARCHITECTURES

parent c11d0799
No related branches found
No related tags found
No related merge requests found
Pipeline #3881 passed
......@@ -45,6 +45,10 @@ else()
add_library(vcluster STATIC VCluster/VCluster.cpp)
add_library(vcluster_dl SHARED VCluster/VCluster.cpp)
set_property(TARGET vcluster_test PROPERTY CUDA_ARCHITECTURES OFF)
set_property(TARGET vcluster PROPERTY CUDA_ARCHITECTURES OFF)
set_property(TARGET vcluster_dl PROPERTY CUDA_ARCHITECTURES OFF)
endif()
if ( CMAKE_COMPILER_IS_GNUCC )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment