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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-31 00:01:20 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-07-31 00:01:20 +0300
commit06e9d1683b76fa6c236f589671121c752e5cb374 (patch)
treecf4c231613b84b310dd2df90a65295aeeec62a51 /CMakeLists.txt
parentc86b5fa820d181c2beabdf4147ac17cb6ff8149b (diff)
Fix build error in new build after recent merge.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 419da9d94b7..708e5192c19 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -601,12 +601,6 @@ if(NOT WITH_BLENDER AND NOT WITH_CYCLES_STANDALONE)
)
endif()
-if(NOT WITH_CXX11)
- if(WITH_AUDASPACE AND NOT WITH_SYSTEM_AUDASPACE)
- message(FATAL_ERROR "WITH_AUDASPACE requires WITH_CXX11")
- endif()
-endif()
-
if(NOT WITH_AUDASPACE)
if(WITH_OPENAL)
message(WARNING "WITH_OPENAL requires WITH_AUDASPACE which is disabled")