CMake: conda-macos-* do not search Homebrew for dependencies.
This commit is contained in:
committed by
Chris Hennes
parent
b6ac2b2920
commit
c80ab28f41
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user