From 40a0a6551dabbe7a810639275aa60ca9e64ae343 Mon Sep 17 00:00:00 2001 From: James Price Date: Tue, 3 May 2016 14:46:08 +0100 Subject: [PATCH] Remove extra -std=c++11 from CMake build --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d43a22a..fd9a10d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,6 @@ project(gpu-stream) set(gpu-stream_VERSION_MAJOR 2) set(gpu-stream_VERSION_MINOR 0) -list(APPEND CMAKE_CXX_FLAGS --std=c++11) - configure_file(common.h.in common.h) find_package(CUDA 7.0 QUIET)