[Bf-blender-cvs] [dd4d392b69] soc-2016-cycles_denoising: Cycles Denoising: Fix compilation of GTests

Lukas Stockner noreply at git.blender.org
Wed Feb 1 05:18:57 CET 2017


Commit: dd4d392b694004898b746c7dcd9997767662783e
Author: Lukas Stockner
Date:   Wed Feb 1 03:36:29 2017 +0100
Branches: soc-2016-cycles_denoising
https://developer.blender.org/rBdd4d392b694004898b746c7dcd9997767662783e

Cycles Denoising: Fix compilation of GTests

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

M	intern/cycles/test/CMakeLists.txt

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

diff --git a/intern/cycles/test/CMakeLists.txt b/intern/cycles/test/CMakeLists.txt
index 9af777fb9d..c60a99903e 100644
--- a/intern/cycles/test/CMakeLists.txt
+++ b/intern/cycles/test/CMakeLists.txt
@@ -68,4 +68,4 @@ CYCLES_TEST(render_graph_finalize "${ALL_CYCLES_LIBRARIES}")
 CYCLES_TEST(util_aligned_malloc "cycles_util")
 CYCLES_TEST(util_path "cycles_util;${BOOST_LIBRARIES};${OPENIMAGEIO_LIBRARIES}")
 CYCLES_TEST(util_string "cycles_util;${BOOST_LIBRARIES}")
-CYCLES_TEST(util_task "cycles_util;${BOOST_LIBRARIES}")
+CYCLES_TEST(util_task "cycles_util;${BOOST_LIBRARIES};${OPENIMAGEIO_LIBRARIES}")




More information about the Bf-blender-cvs mailing list