From e5f23b4aced872f666987bf26c689abf1787bbd4 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 31 Aug 2012 00:21:56 +0000 Subject: Cycles / OSL: * Assume OSL libs in the libdir. --- intern/cycles/cmake/external_libs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/cmake') diff --git a/intern/cycles/cmake/external_libs.cmake b/intern/cycles/cmake/external_libs.cmake index 23a919530f9..4f547a5b644 100644 --- a/intern/cycles/cmake/external_libs.cmake +++ b/intern/cycles/cmake/external_libs.cmake @@ -22,7 +22,7 @@ endif() if(WITH_CYCLES_OSL) - set(CYCLES_OSL "" CACHE PATH "Path to OpenShadingLanguage installation") + set(CYCLES_OSL ${LIBDIR}/osl CACHE PATH "Path to OpenShadingLanguage installation") message(STATUS "CYCLES_OSL = ${CYCLES_OSL}") -- cgit v1.2.3