[Bf-blender-cvs] [06e9d1683b7] blender2.8: Fix build error in new build after recent merge.

Brecht Van Lommel noreply at git.blender.org
Mon Jul 30 23:04:29 CEST 2018


Commit: 06e9d1683b76fa6c236f589671121c752e5cb374
Author: Brecht Van Lommel
Date:   Mon Jul 30 23:01:20 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB06e9d1683b76fa6c236f589671121c752e5cb374

Fix build error in new build after recent merge.

===================================================================

M	CMakeLists.txt

===================================================================

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")



More information about the Bf-blender-cvs mailing list