Skip to content

Commit 409f42b

Browse files
committed
libclc: Set CMAKE_CXX_STANDARD to 17 to match llvm
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D142720
1 parent 131b955 commit 409f42b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libclc/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.13.4)
22

33
project( libclc VERSION 0.2.0 LANGUAGES CXX C)
44

5+
set(CMAKE_CXX_STANDARD 17)
6+
57
include( GNUInstallDirs )
68
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS
79
amdgcn-amdhsa/lib/SOURCES;

0 commit comments

Comments
 (0)