Delete commented out C++ flag for OpenACC as no longer needed

This commit is contained in:
Tom Deakin 2016-05-11 15:57:20 +01:00
parent 31cb567e21
commit eae8da57ac

View File

@ -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 ()