Commit 41a7dff13cbd3298f0411a47e6966de14dbc24dc

Authored by David Mayerich
1 parent e8fd6839

CMake changes for Linux

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -30,7 +30,7 @@ endif ( MSVC ) @@ -30,7 +30,7 @@ endif ( MSVC )
30 #set C++11 flags if using GCC 30 #set C++11 flags if using GCC
31 if( CMAKE_COMPILER_IS_GNUCC ) 31 if( CMAKE_COMPILER_IS_GNUCC )
32 SET( CMAKE_CXX_FLAGS "-std=c++11") 32 SET( CMAKE_CXX_FLAGS "-std=c++11")
33 - SET( CUDA_NVCC_FLAGS "-std=c++11") 33 +# SET( CUDA_NVCC_FLAGS "-std=c++11")
34 endif( CMAKE_COMPILER_IS_GNUCC ) 34 endif( CMAKE_COMPILER_IS_GNUCC )
35 #----------------------------- 35 #-----------------------------
36 36