From 4497b6ac84016c72d408dfef8e6ee1088c0a226b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 29 Dec 2014 14:48:21 +0500 Subject: Cycles: Synchronize changes with standalone repository This changes were done in original commit of the standalone Cycles repository and needed here for easier patch synchronization. --- intern/cycles/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/CMakeLists.txt') diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt index c8c71fe6856..01912019d80 100644 --- a/intern/cycles/CMakeLists.txt +++ b/intern/cycles/CMakeLists.txt @@ -120,7 +120,7 @@ if(WITH_CYCLES_OSL) add_definitions(-DOSL_STATIC_LIBRARY) include_directories( SYSTEM - ${OSL_INCLUDES} + ${OSL_INCLUDE_DIR} ) endif() -- cgit v1.2.3