File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ jobs:
156156
157157 - name : Build
158158 run : |
159- scons -j 2 install BUILD_TYPE=${{ matrix.buildType }} OPTIONS=${{ matrix.options }} CXXSTD=c++14 BUILD_CACHEDIR=sconsCache
159+ scons -j 2 install BUILD_TYPE=${{ matrix.buildType }} OPTIONS=${{ matrix.options }} BUILD_CACHEDIR=sconsCache
160160
161161 - name : Test
162162 run : |
163- scons ${{ matrix.tests }} BUILD_TYPE=${{ matrix.buildType }} OPTIONS=${{ matrix.options }} CXXSTD=c++14 BUILD_CACHEDIR=sconsCache
163+ scons ${{ matrix.tests }} BUILD_TYPE=${{ matrix.buildType }} OPTIONS=${{ matrix.options }} BUILD_CACHEDIR=sconsCache
164164 env :
165165 IECORE_RTLD_GLOBAL : 0
166166
Original file line number Diff line number Diff line change 9393o .Add (
9494 "CXXSTD" ,
9595 "The C++ standard to build against." ,
96- "c++11 "
96+ "c++17 "
9797)
9898
9999o .Add (
You can’t perform that action at this time.
0 commit comments