diff options
Diffstat (limited to 'tests/common/libhello-1.0.0')
-rw-r--r-- | tests/common/libhello-1.0.0/build/root.build | 2 | ||||
-rw-r--r-- | tests/common/libhello-1.0.0/tests/build/root.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/common/libhello-1.0.0/build/root.build b/tests/common/libhello-1.0.0/build/root.build index 8ceadfa..c081960 100644 --- a/tests/common/libhello-1.0.0/build/root.build +++ b/tests/common/libhello-1.0.0/build/root.build @@ -1,4 +1,4 @@ -cxx.std = 11 +cxx.std = latest using cxx diff --git a/tests/common/libhello-1.0.0/tests/build/root.build b/tests/common/libhello-1.0.0/tests/build/root.build index a2ee38a..19bd5fa 100644 --- a/tests/common/libhello-1.0.0/tests/build/root.build +++ b/tests/common/libhello-1.0.0/tests/build/root.build @@ -1,4 +1,4 @@ -cxx.std = 11 +cxx.std = latest using cxx |