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:
Diffstat (limited to 'build_files/build_environment/install_deps.sh')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 968b64d47a5..7c4501505df 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1132,14 +1132,14 @@ print_info() {
INFO ""
INFO "If you're using CMake add this to your configuration flags:"
+ if $ALL_STATIC; then
+ INFO " -D WITH_STATIC_LIBS=ON"
+ fi
+
if [ -d $INST/boost ]; then
INFO " -D BOOST_ROOT=$INST/boost"
INFO " -D Boost_NO_SYSTEM_PATHS=ON"
- if $ALL_STATIC; then
- INFO " -D Boost_USE_STATIC_LIBS=ON"
- fi
elif $ALL_STATIC; then
- INFO " -D Boost_USE_STATIC_LIBS=ON"
INFO " -D Boost_USE_ICU=ON"
fi