From 1352a955ca61b20d071d064d88f981711f80dd1d Mon Sep 17 00:00:00 2001 From: Lukas Toenne Date: Mon, 10 Sep 2012 06:18:20 +0000 Subject: Cleanup for OSL linking in cmake: Move cmake OSL library search and path definition from the cycles macro file to the top-level CMakeLists.txt. This makes the OSL_LIBRARIES and other variables accessible throughout Blender cmake scripts and especially in the creator module for linking libraries. --- source/creator/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 664219f7a93..0229079c13c 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -790,7 +790,6 @@ if(WITH_CYCLES) cycles_kernel cycles_util cycles_subd) - if(WITH_CYCLES_OSL) list(APPEND BLENDER_LINK_LIBS cycles_kernel_osl) endif() -- cgit v1.2.3