[Bf-blender-cvs] [bd267b0332d] master: Fix cycles_cubin_cc build error on macOS.

Brecht Van Lommel noreply at git.blender.org
Thu Sep 27 15:59:37 CEST 2018


Commit: bd267b0332d900fe5e9c6248abe158e00598f24d
Author: Brecht Van Lommel
Date:   Thu Sep 27 15:59:14 2018 +0200
Branches: master
https://developer.blender.org/rBbd267b0332d900fe5e9c6248abe158e00598f24d

Fix cycles_cubin_cc build error on macOS.

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

M	intern/cycles/app/CMakeLists.txt

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

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 4fd551b33c2..34ff2988410 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -144,6 +144,9 @@ if(WITH_CYCLES_CUBIN_COMPILER)
 		target_link_libraries(cycles_cubin_cc
 			extern_cuew
 			${OPENIMAGEIO_LIBRARIES}
+			${OPENEXR_LIBRARIES}
+			${PUGIXML_LIBRARIES}
+			${BOOST_LIBRARIES}
 			${PLATFORM_LINKLIBS}
 		)
 		if(NOT CYCLES_STANDALONE_REPOSITORY)



More information about the Bf-blender-cvs mailing list