Fixed artifacts from cherry-picking devel->master

This commit is contained in:
Thomas Winget
2014-09-23 22:59:47 +02:00
committed by Riccardo Spagni
parent 5bd343778f
commit 24f325a33d
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -30,6 +30,8 @@
cmake_minimum_required(VERSION 2.8.6)
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
if (NOT DEFINED ENV{DEVELOPER_LOCAL_TOOLS})
message(STATUS "Could not find DEVELOPER_LOCAL_TOOLS in env")
set(BOOST_IGNORE_SYSTEM_PATHS_DEFAULT OFF)
@@ -44,7 +46,6 @@ endif()
message(STATUS "BOOST_IGNORE_SYSTEM_PATHS defaults to ${BOOST_IGNORE_SYSTEM_PATHS_DEFAULT}")
option(BOOST_IGNORE_SYSTEM_PATHS "Ignore boost system paths for local boost ins tallation" $BOOST_IGNORE_SYSTEM_PATHS_DEFAULT)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(CMAKE_CONFIGURATION_TYPES "Debug;Release")
enable_testing()