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:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e91f4b503a2..1a2aa8140c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -726,11 +726,6 @@ else()
set(COMPILER_SSE2_FLAG)
endif()
-TEST_STDBOOL_SUPPORT()
-if(HAVE_STDBOOL_H)
- add_definitions(-DHAVE_STDBOOL_H)
-endif()
-
TEST_SHARED_PTR_SUPPORT()
TEST_UNORDERED_MAP_SUPPORT()
@@ -3051,9 +3046,6 @@ if(FIRST_RUN)
info_cfg_option(WITH_GL_ANGLE)
endif()
- # debug
- message(STATUS "HAVE_STDBOOL_H = ${HAVE_STDBOOL_H}")
-
info_cfg_text("")
message("${_config_msg}")