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 <brecht@blender.org>2022-06-22 19:17:47 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-06-22 19:17:47 +0300
commit1cde1562e84c1780c33fac817c8690de5914908e (patch)
tree4cb1e4b721438e76b452146c23950a8614ffa524
parent9f4ec7310171ef35f3cd82f45c04f0fbad7e1ca2 (diff)
Cleanup: simplify macOS make deps instructions
-rw-r--r--build_files/build_environment/cmake/check_software.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/build_files/build_environment/cmake/check_software.cmake b/build_files/build_environment/cmake/check_software.cmake
index 2a1aaef0bee..080c1e52973 100644
--- a/build_files/build_environment/cmake/check_software.cmake
+++ b/build_files/build_environment/cmake/check_software.cmake
@@ -56,10 +56,7 @@ if(UNIX)
"On Debian and Ubuntu:\n"
" apt install autoconf automake libtool yasm tcl ninja-build meson python3-mako\n"
"\n"
- "On macOS Intel (with homebrew):\n"
- " brew install autoconf automake bison libtool pkg-config yasm\n"
- "\n"
- "On macOS ARM (with homebrew):\n"
+ "On macOS (with homebrew):\n"
" brew install autoconf automake bison flex libtool pkg-config yasm\n"
"\n"
"Other platforms:\n"