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:
authorCampbell Barton <ideasman42@gmail.com>2019-10-21 07:05:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-21 07:05:56 +0300
commit41ec25d27bac8c03e8d5e6ebd97c032137d1010e (patch)
treee7095a299e20b7b908be7e5fab9466ac2905fbc4 /source/creator
parent3ceff8b7bc71ac1c89897ccb4a58d2917f38500d (diff)
Cleanup: style
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index cb76aa94df3..50b4f3edfa9 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -854,7 +854,7 @@ elseif(WIN32)
)
endif()
elseif(APPLE)
- if (NOT WITH_PYTHON_MODULE)
+ if(NOT WITH_PYTHON_MODULE)
# Uppercase name for app bundle
set_target_properties(blender PROPERTIES OUTPUT_NAME Blender)
endif()
@@ -1042,7 +1042,7 @@ setup_liblinks(blender)
# vcpkg substitutes our libs with theirs, which will cause issues when you
# you run these builds on other systems due to missing dlls. So we opt out
# the use of vcpkg
-if (WIN32)
+if(WIN32)
set_target_properties(blender PROPERTIES VS_GLOBAL_VcpkgEnabled "false")
endif()