From 41ec25d27bac8c03e8d5e6ebd97c032137d1010e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Oct 2019 15:05:56 +1100 Subject: Cleanup: style --- source/creator/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/creator') 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() -- cgit v1.2.3