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
path: root/extern
diff options
context:
space:
mode:
authorJörg Müller <nexyon@gmail.com>2021-03-17 01:45:49 +0300
committerJörg Müller <nexyon@gmail.com>2021-03-17 01:45:49 +0300
commitde06cb85593baf27455509a16100d82cc5a81d92 (patch)
tree3b4e03ad9aa010d9f828fafc568dc4acd01b2277 /extern
parent12c08ceee3b034e360824969ea4e1aaed4be2daf (diff)
Bugfix: properly rename Null audio device to None
Diffstat (limited to 'extern')
-rw-r--r--extern/audaspace/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/audaspace/CMakeLists.txt b/extern/audaspace/CMakeLists.txt
index f14cc4e7adf..fe1bf5dc742 100644
--- a/extern/audaspace/CMakeLists.txt
+++ b/extern/audaspace/CMakeLists.txt
@@ -443,7 +443,7 @@ if(WITH_COREAUDIO)
endif()
else()
if(WITH_STRICT_DEPENDENCIES)
- message(ERROR "CoreAudio not found!")
+ message(FATAL_ERROR "CoreAudio not found!")
else()
set(WITH_COREAUDIO FALSE CACHE BOOL "Build With CoreAudio" FORCE)
message(WARNING "CoreAudio not found, plugin will not be built.")