Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit f0ab032

Browse files
JasonTTangJason Tang
authored andcommitted
SWDEV-1 - switch to C++17
Change-Id: I7e6a28a20ca163fe86dd6d53b031e9bb6f9b22c9
1 parent 93cfe9b commit f0ab032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ROCclr.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ set(ROCCLR_SRC_DIR "${CMAKE_CURRENT_LIST_DIR}/..")
4848
mark_as_advanced(ROCCLR_SRC_DIR)
4949

5050
set_target_properties(rocclr PROPERTIES
51-
CXX_STANDARD 14
51+
CXX_STANDARD 17
5252
CXX_STANDARD_REQUIRED ON
5353
CXX_EXTENSIONS OFF
5454
POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)