Cleanup: style

This commit is contained in:
Campbell Barton
2019-10-21 15:05:56 +11:00
parent 3ceff8b7bc
commit 41ec25d27b
5 changed files with 58 additions and 58 deletions

View File

@@ -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()