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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-28 13:40:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-28 13:40:49 +0300
commit225b02fcd66052b1d6dfa4a146798e41c44e0cd4 (patch)
tree01bb5381abf6ed7ea1dc9d6510447a29e491a3d1 /intern/ghost/test
parentc6e835346259d6289edbd875fb19907e246d215d (diff)
Fix for building ghost-tests
Diffstat (limited to 'intern/ghost/test')
-rw-r--r--intern/ghost/test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/test/CMakeLists.txt b/intern/ghost/test/CMakeLists.txt
index e1475966d47..fb9ef621ecf 100644
--- a/intern/ghost/test/CMakeLists.txt
+++ b/intern/ghost/test/CMakeLists.txt
@@ -79,6 +79,8 @@ if(UNIX AND NOT APPLE)
endif()
# for now... default to this
add_definitions(-DWITH_GL_PROFILE_COMPAT)
+# BLF needs this to ignore GPU library
+add_definitions(-DBLF_STANDALONE)
# ghost
include(${CMAKE_SOURCE_DIR}/../CMakeLists.txt)