diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-06-09 11:47:55 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-06-09 11:47:55 +0200 |
| commit | f4a5329325648011b9bc6dc3b676baa83c3bc995 (patch) | |
| tree | c1fd71170516c2da6410e746649f092719594dd5 | |
| parent | faa4cf05dfaa2a48a0ef1f49768467ae83709d70 (diff) | |
| download | newtype-f4a5329325648011b9bc6dc3b676baa83c3bc995.tar.xz newtype-f4a5329325648011b9bc6dc3b676baa83c3bc995.zip | |
package: remove superfluous option
| -rw-r--r-- | conanfile.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conanfile.py b/conanfile.py index cf8499c..4616c8a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -18,14 +18,6 @@ class NewtypeConan(ConanFile): "revision": "auto" } - options = { - "enable_docs": [False, True], - } - - default_options = { - "enable_docs": False, - } - generators = [ "CMakeDeps" ] |
