Browse Source

Fixed a bug in the FindCUDA.cmake file on the client side

Former-commit-id: 6cb2d77777
tempestpy_adaptions
PBerger 11 years ago
parent
commit
3e44d88958
  1. 5
      resources/cudaForStorm/CMakeLists.txt

5
resources/cudaForStorm/CMakeLists.txt

@ -76,6 +76,11 @@ set(BUILD_SHARED_LIBS OFF)
set(CUDA_SEPARABLE_COMPILATION ON) set(CUDA_SEPARABLE_COMPILATION ON)
#set(CUDA_NVCC_FLAGS "-arch=sm_30") #set(CUDA_NVCC_FLAGS "-arch=sm_30")
# Because the FindCUDA.cmake file has a path related bug, two folders have to be present
file(MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/CMakeFiles/cudaLibrary.dir/Debug")
file(MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/CMakeFiles/cudaLibrary.dir/Release")
############################################################# #############################################################
## ##
## Compiler specific settings and definitions ## Compiler specific settings and definitions

Loading…
Cancel
Save