fix [#27681] Python: crash assigning a 'set' to an array

This commit is contained in:
Campbell Barton
2011-06-17 02:22:38 +00:00
parent 1d3a025e0a
commit 1356082063
3 changed files with 95 additions and 50 deletions

View File

@@ -50,7 +50,7 @@ endif()
cmake_minimum_required(VERSION 2.8)
# this starts out unset
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/build_files/cmake/Modules/")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/build_files/cmake/Modules")
# quiet output for Makefiles, 'make -s' helps too
# set_property(GLOBAL PROPERTY RULE_MESSAGES OFF)