mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
Changelog: https://wiki.blender.org/wiki/Reference/Release_Notes/3.5 https://wiki.blender.org/wiki/Reference/Release_Notes/3.5/Corrective_Releases Approved by: maintainer (implicit) Sponsored by: Serenity Cybersecurity, LLC
14 lines
392 B
Text
14 lines
392 B
Text
--- intern/cycles/CMakeLists.txt.orig 2023-02-15 14:56:19 UTC
|
|
+++ intern/cycles/CMakeLists.txt
|
|
@@ -377,9 +377,9 @@ endif()
|
|
add_definitions(-DWITH_CYCLES_DEBUG_NAN)
|
|
endif()
|
|
|
|
-if(NOT OPENIMAGEIO_PUGIXML_FOUND)
|
|
+#if(NOT OPENIMAGEIO_PUGIXML_FOUND)
|
|
add_definitions(-DWITH_SYSTEM_PUGIXML)
|
|
-endif()
|
|
+#endif()
|
|
|
|
if(CYCLES_STANDALONE_REPOSITORY)
|
|
include_directories(../third_party/atomic)
|