CMake: set FREECAD_USE_PYBIND11 on conda builds, not all.

This commit is contained in:
Jacob Oursland
2023-11-30 18:32:09 -07:00
parent cc45f48912
commit 7573770b0c

View File

@@ -10,10 +10,6 @@
"name": "common", "name": "common",
"hidden": true, "hidden": true,
"cacheVariables": { "cacheVariables": {
"FREECAD_USE_PYBIND11": {
"type": "BOOL",
"value": "ON"
}
} }
}, },
{ {
@@ -91,6 +87,10 @@
"type": "BOOL", "type": "BOOL",
"value": "ON" "value": "ON"
}, },
"FREECAD_USE_PYBIND11": {
"type": "BOOL",
"value": "ON"
},
"OCCT_CMAKE_FALLBACK": { "OCCT_CMAKE_FALLBACK": {
"type": "BOOL", "type": "BOOL",
"value": "ON" "value": "ON"