From 41a7dff13cbd3298f0411a47e6966de14dbc24dc Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Fri, 1 Sep 2017 21:09:25 -0500 Subject: [PATCH] CMake changes for Linux --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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