From ff4e0187531b577a12484c82774fc4229dd2a76a Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Tue, 27 Aug 2013 02:37:48 +0000 Subject: Cycles / Standalone: * Rename test to standalone. Note: New CMAKE flag is WITH_CYCLES_STANDALONE. --- 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 790049898ff..6164572c264 100644 --- a/intern/cycles/cmake/external_libs.cmake +++ b/intern/cycles/cmake/external_libs.cmake @@ -2,7 +2,7 @@ ########################################################################### # GLUT -if(WITH_CYCLES_TEST) +if(WITH_CYCLES_STANDALONE) set(GLUT_ROOT_PATH ${CYCLES_GLUT}) find_package(GLUT) -- cgit v1.2.3