diff --git a/CMakeLists.txt b/CMakeLists.txt index 79124eb..b19e91e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif ( MSVC ) #set C++11 flags if using GCC if( CMAKE_COMPILER_IS_GNUCC ) SET( CMAKE_CXX_FLAGS "-std=c++11") - SET( CUDA_NVCC_FLAGS "-std=c++11") +# SET( CUDA_NVCC_FLAGS "-std=c++11") endif( CMAKE_COMPILER_IS_GNUCC ) #----------------------------- -- libgit2 0.21.4