From 312075e6883986fe2d1861811c7255b8898ab2cc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 29 Oct 2019 01:32:33 +1100 Subject: CMake: add missing headers, use space before comments --- intern/cycles/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/cycles/CMakeLists.txt') diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt index 25e8e124885..a32911568c5 100644 --- a/intern/cycles/CMakeLists.txt +++ b/intern/cycles/CMakeLists.txt @@ -209,9 +209,9 @@ endif() if(WITH_CYCLES_OSL) add_definitions(-DWITH_OSL) - #osl 1.9.x + # osl 1.9.x add_definitions(-DOSL_STATIC_BUILD) - #pre 1.9 + # pre 1.9 add_definitions(-DOSL_STATIC_LIBRARY) include_directories( SYSTEM -- cgit v1.2.3