Skip to content

Commit eb6bdd7

Browse files
authored
Switch latest Ubuntu to C++17 (#5931)
* Switch latest Ubuntu to C++17 * Address review
1 parent cc9c979 commit eb6bdd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/azure-pipelines/azure-pipelines.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ stages:
5454
CC: gcc
5555
CXX: g++
5656
BUILD_GPU: ON
57+
CMAKE_ARGS: '-DCMAKE_CXX_STANDARD=17 -DCMAKE_CUDA_STANDARD=17'
5758
container: $[ variables['CONTAINER'] ]
5859
timeoutInMinutes: 0
5960
variables:

0 commit comments

Comments
 (0)