[Bf-blender-cvs] [4444a7e6757] cycles_embree: Cycles: Added Embree to Unix CMake files

Stefan Werner noreply at git.blender.org
Sun Nov 26 23:11:24 CET 2017


Commit: 4444a7e6757992f69a9cede234c079e92b513ad5
Author: Stefan Werner
Date:   Mon Jul 31 09:29:48 2017 +0200
Branches: cycles_embree
https://developer.blender.org/rB4444a7e6757992f69a9cede234c079e92b513ad5

Cycles: Added Embree to Unix CMake files

===================================================================

M	build_files/cmake/platform/platform_unix.cmake

===================================================================

diff --git a/build_files/cmake/platform/platform_unix.cmake b/build_files/cmake/platform/platform_unix.cmake
index 5eefc40e8f4..64347f1a5ca 100644
--- a/build_files/cmake/platform/platform_unix.cmake
+++ b/build_files/cmake/platform/platform_unix.cmake
@@ -328,6 +328,10 @@ if(WITH_OPENCOLORIO)
 	endif()
 endif()
 
+if(WITH_CYCLES_EMBREE)
+	find_package(embree 2.16.1 REQUIRED)
+endif()
+
 if(WITH_LLVM)
 	find_package_wrapper(LLVM)



More information about the Bf-blender-cvs mailing list