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
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-08-31 04:21:56 +0400
committerThomas Dinges <blender@dingto.org>2012-08-31 04:21:56 +0400
commite5f23b4aced872f666987bf26c689abf1787bbd4 (patch)
tree47a8ef86505ae78446a3403143d3a72c64fcfbcf /intern/cycles/cmake
parentfd22a5603ab11cc2c332a98220e98081964a9eeb (diff)
Cycles / OSL:
* Assume OSL libs in the libdir.
Diffstat (limited to 'intern/cycles/cmake')
-rw-r--r--intern/cycles/cmake/external_libs.cmake2
1 files changed, 1 insertions, 1 deletions
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}")