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>2013-08-27 06:37:48 +0400
committerThomas Dinges <blender@dingto.org>2013-08-27 06:37:48 +0400
commitff4e0187531b577a12484c82774fc4229dd2a76a (patch)
treef5272b74793d98558a342819ee0bf851a699abf8 /intern/cycles/cmake
parentdefb8812a7c3fbd05bd644009fda442cdd795b74 (diff)
Cycles / Standalone:
* Rename test to standalone. Note: New CMAKE flag is WITH_CYCLES_STANDALONE.
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 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)