CMake: conda-macos-* do not search Homebrew for dependencies.

This commit is contained in:
Jacob Oursland
2024-09-09 20:08:22 -07:00
committed by Chris Hennes
parent b6ac2b2920
commit c80ab28f41

View File

@@ -151,6 +151,10 @@
},
"cmakeExecutable": "${sourceDir}/conda/cmake.sh",
"cacheVariables": {
"CMAKE_IGNORE_PREFIX_PATH": {
"type": "STRING",
"value": "/opt/homebrew;/usr/local/homebrew"
},
"CMAKE_INCLUDE_PATH": {
"type": "FILEPATH",
"value": "${sourceDir}/.conda/freecad/include"