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
path: root/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-27 16:59:14 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-27 16:59:14 +0300
commitbd267b0332d900fe5e9c6248abe158e00598f24d (patch)
tree31a7de13af6755456e7e1f774d2197a59fd0b65c /intern
parenta247b53084760498ca81eb6bdb901dee8f3a02ca (diff)
Fix cycles_cubin_cc build error on macOS.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/app/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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)