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:
authorAnkit Meel <ankitjmeel@gmail.com>2021-03-31 22:42:48 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-03-31 22:42:48 +0300
commitf061de9b3e6b717e393ac5740927965b329668c7 (patch)
tree7fbe6b2feccca4662d32890b97956dd315397f7c /build_files
parent910469eccf9e973988ed21c4935d8b58d70fa307 (diff)
Cleanup/CMake: warning to status to reduce noise
Correction in e5f0d176d4cfa020bfb4de78086007dcfd02e8f9
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/platform/platform_apple.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index 0a9a41bc26f..fd3f1f6f6a8 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -66,7 +66,7 @@ if(WITH_JACK)
NAMES jackmp
)
if(NOT JACK_FRAMEWORK)
- message(WARNING "JACK not found, disabling WITH_JACK")
+ message(STATUS "JACK not found, disabling WITH_JACK")
set(WITH_JACK OFF)
else()
set(JACK_INCLUDE_DIRS ${JACK_FRAMEWORK}/headers)