mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 15:39:03 +00:00
Build printf test as C++11
Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
set(MODULE_NAME PRINTF)
|
set(MODULE_NAME PRINTF)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
|
||||||
set(${MODULE_NAME}_SOURCES
|
set(${MODULE_NAME}_SOURCES
|
||||||
test_printf.c
|
test_printf.c
|
||||||
util_printf.c
|
util_printf.c
|
||||||
|
|||||||
Reference in New Issue
Block a user