We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache_variables
BUILD_EXAMPLES
BUILD_TESTS
1 parent 7c8c957 commit 6627bd9Copy full SHA for 6627bd9
recipes/libiec61850/all/conanfile.py
@@ -35,8 +35,8 @@ def source(self):
35
36
def generate(self):
37
tc = CMakeToolchain(self)
38
- tc.variables["BUILD_EXAMPLES"] = False
39
- tc.variables["BUILD_TESTS"] = False
+ tc.cache_variables["BUILD_EXAMPLES"] = False
+ tc.cache_variables["BUILD_TESTS"] = False
40
tc.cache_variables["FIND_PACKAGE_DISABLE_Doxygen"] = True
41
tc.generate()
42
0 commit comments