diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 11:24:59 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 11:24:59 +0100 |
| commit | 440d47cae6431de3332ac934b6056a970cc1a0d7 (patch) | |
| tree | aae63811972647f6ffe8a13d440171cfc8752860 /.conan | |
| parent | 124d4f363a9d86b023aadec0eb0a3eb6fc1cbfdd (diff) | |
| download | newtype-440d47cae6431de3332ac934b6056a970cc1a0d7.tar.xz newtype-440d47cae6431de3332ac934b6056a970cc1a0d7.zip | |
build: remove conan
Diffstat (limited to '.conan')
| -rw-r--r-- | .conan/profiles/gnu | 4 | ||||
| -rw-r--r-- | .conan/profiles/std | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/.conan/profiles/gnu b/.conan/profiles/gnu deleted file mode 100644 index eb91651..0000000 --- a/.conan/profiles/gnu +++ /dev/null @@ -1,4 +0,0 @@ -include(default) - -[settings] -compiler.cppstd=gnu20
\ No newline at end of file diff --git a/.conan/profiles/std b/.conan/profiles/std deleted file mode 100644 index dedc2a6..0000000 --- a/.conan/profiles/std +++ /dev/null @@ -1,4 +0,0 @@ -include(default) - -[settings] -compiler.cppstd=20
\ No newline at end of file |
