Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitm>2020-10-19 16:15:44 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2020-10-19 16:17:35 +0300
commit83124856d05ee4da605ab247e6286755690e54dd (patch)
treeb65d787ccf4018397e5ddcfdd744f49ef3d87e13 /source/blender/editors/mask
parent4d9f357bf6b5cdd54d3d0406ef9ac79b387a21b5 (diff)
Cmake/macOS: strictly disallow searching in frameworks
This is a stricter version of the change made in {rBbb872b25f219d1a9bc2446228b6dc} Cmake must never look into Frameworks when the system library guards (`without_system_libs_begin`/`without_system_libs_end`) are present. OpenAL didn't follow this and OpenAL.framework in Xcode would be used. The Cmake's `FindOpenAL.cmake` looks for both library (in this case, the .framework file), and include dir. Precompiled libraries don't contain the former. So `find_package` cannot be used, or it becomes the hack that {rBb2c707747da9} removed. So hardcode the include dir path, and other variables. Reviewed By: brecht Differential Revision: https://developer.blender.org/D9267
Diffstat (limited to 'source/blender/editors/mask')
0 files changed, 0 insertions, 0 deletions