Skip to content

Commit

Permalink
libclc: Set CMAKE_CXX_STANDARD to 17 to match llvm
Browse files Browse the repository at this point in the history
Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D142720

(cherry picked from commit 409f42b)
  • Loading branch information
tstellar committed Jan 28, 2023
1 parent ff0d3fd commit 5e10589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libclc/CMakeLists.txt
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.13.4)

project( libclc VERSION 0.2.0 LANGUAGES CXX C)

set(CMAKE_CXX_STANDARD 17)

include( GNUInstallDirs )
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS
amdgcn-amdhsa/lib/SOURCES;
Expand Down

0 comments on commit 5e10589

Please sign in to comment.