diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-06-08 12:27:25 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-06-08 12:27:25 +0200 |
| commit | a127625ad6f947651369ede9d9b0f0ec74c22376 (patch) | |
| tree | 0472b9ebac88e78205e09ee76e4c1ab976ca246f | |
| parent | 7591adc6bfe8d19ba1410c0ec1b0b118eecf8fdd (diff) | |
| download | newtype-a127625ad6f947651369ede9d9b0f0ec74c22376.tar.xz newtype-a127625ad6f947651369ede9d9b0f0ec74c22376.zip | |
conan: add gnu profile
| -rw-r--r-- | .conan/profiles/gnu | 4 | ||||
| -rw-r--r-- | .conan/profiles/std (renamed from .conan/profiles/default) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.conan/profiles/gnu b/.conan/profiles/gnu new file mode 100644 index 0000000..eb91651 --- /dev/null +++ b/.conan/profiles/gnu @@ -0,0 +1,4 @@ +include(default) + +[settings] +compiler.cppstd=gnu20
\ No newline at end of file diff --git a/.conan/profiles/default b/.conan/profiles/std index dedc2a6..dedc2a6 100644 --- a/.conan/profiles/default +++ b/.conan/profiles/std |
