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>2011-11-10 07:44:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-10 07:44:50 +0400
commit5caf6e9070ce3694b62be9b8599f93d063470dd6 (patch)
tree69e00a915ba7562a979b0ff4de8f10e30411d6cc /CMakeLists.txt
parent08cc1c6bb96084bcd9e70b19edf9048fffe1fd3d (diff)
presets now work from non-redo popups,
ended up having to add a new pointer into the uiBlock (which I'd rather have avoided), but setting the uiLayoutSetContextPointer(..) was complicated to properly use for submenus and popus.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b26d99c9bd..4bc6cab1dc5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -507,6 +507,7 @@ if(UNIX AND NOT APPLE)
if(NOT BOOST_CUSTOM)
set(Boost_USE_MULTITHREADED ON)
find_package(Boost 1.34 COMPONENTS filesystem regex system thread)
+ mark_as_advanced(Boost_DIR) # why doesnt boost do this?
endif()
set(BOOST_INCLUDE_DIR ${Boost_INCLUDE_DIRS})