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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-11-20 00:24:06 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-11-20 00:24:06 +0400
commitade96d28403207f6deae1f257bc130fb76dfff13 (patch)
tree1e0d23c145388c3eeb5494ceae6596604b384b26 /build_files
parent0e15537bf2185555cb7d60be6f046c565f17ee2c (diff)
Update to use new WITH_STATIC_LIBS CMake flag when ALL_STATIC is true.
Diffstat (limited to 'build_files')
-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