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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-19 18:58:23 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-01-20 11:39:54 +0300
commit4f4435001ac306cb7a7ef3dca9240633f6700933 (patch)
tree0b2748f5e92b33de8693fd502d930905c90960de /build_files/build_environment/CMakeLists.txt
parent66e02d15a0eeca35bbff578c018860f7a6ea7e41 (diff)
Fix OSL build error on macOS, no need to use external pugixml
Diffstat (limited to 'build_files/build_environment/CMakeLists.txt')
-rw-r--r--build_files/build_environment/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index fb32d2218b8..d3f98d55049 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -93,7 +93,7 @@ include(cmake/python_site_packages.cmake)
include(cmake/package_python.cmake)
include(cmake/numpy.cmake)
include(cmake/usd.cmake)
-if(UNIX AND NOT APPLE)
+if(UNIX)
# Rely on PugiXML compiled with OpenImageIO
else()
include(cmake/pugixml.cmake)