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 5f97079a33
commit a95c5353b0

View File

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