From a95c5353b075b52ee35b30afe0d0742e72fd9a9d Mon Sep 17 00:00:00 2001 From: Jacob Oursland Date: Thu, 30 Nov 2023 18:32:09 -0700 Subject: [PATCH] CMake: set FREECAD_USE_PYBIND11 on conda builds, not all. --- CMakePresets.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index e8cc5a266e..8df42b74f2 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -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"