diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:33:25 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2019-11-29 11:33:25 +0100 |
| commit | 16b821f0b921105b2fb40c222d97f1dcadd613d7 (patch) | |
| tree | 81c0a9b7a1438ca24344da586eda35f7390352a4 | |
| parent | 0322dc7b264a9ab27a0d0c7422be44033501a3ad (diff) | |
| download | wanda-16b821f0b921105b2fb40c222d97f1dcadd613d7.tar.xz wanda-16b821f0b921105b2fb40c222d97f1dcadd613d7.zip | |
build: remove invalid option for spdlog
| -rw-r--r-- | conanfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py index b52a100..2a77b01 100644 --- a/conanfile.py +++ b/conanfile.py @@ -31,7 +31,6 @@ class Wanda(ConanFile): ) default_options = { "asio:standalone": True, - "spdlog:fmt_external": False, } def configure_cmake(self): |
