diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common/hello/libhello-1.0.0.tar.gz | bin | 2426 -> 2448 bytes | |||
-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 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/common/hello/libhello-1.0.0.tar.gz b/tests/common/hello/libhello-1.0.0.tar.gz Binary files differindex 34cad66..fa71182 100644 --- a/tests/common/hello/libhello-1.0.0.tar.gz +++ b/tests/common/hello/libhello-1.0.0.tar.gz 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 |