aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-06-09 11:47:55 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-06-09 11:47:55 +0200
commitf4a5329325648011b9bc6dc3b676baa83c3bc995 (patch)
treec1fd71170516c2da6410e746649f092719594dd5
parentfaa4cf05dfaa2a48a0ef1f49768467ae83709d70 (diff)
downloadnewtype-f4a5329325648011b9bc6dc3b676baa83c3bc995.tar.xz
newtype-f4a5329325648011b9bc6dc3b676baa83c3bc995.zip
package: remove superfluous option
-rw-r--r--conanfile.py8
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"
]