From eae8da57ac1216c620c66658ec8e13db4b888ed1 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 11 May 2016 15:57:20 +0100 Subject: [PATCH] Delete commented out C++ flag for OpenACC as no longer needed --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7196066..0441b4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,6 @@ endif () if (OPENACC) add_executable(gpu-stream-acc main.cpp ACCStream.cpp) target_compile_definitions(gpu-stream-acc PUBLIC ACC) - #target_compile_options(gpu-stream-acc PUBLIC "-hstd=c++11") else () message("Skipping OpenACC...") endif ()