Cleanup: trailing space

This commit is contained in:
Campbell Barton
2025-09-23 09:36:38 +10:00
parent 78147b5db7
commit 705c868bb9
5 changed files with 12 additions and 12 deletions

View File

@@ -1179,8 +1179,8 @@ if(WIN32)
option(WITH_WINDOWS_BUNDLE_CRT "Bundle the C runtime for install free distribution." ON)
mark_as_advanced(WITH_WINDOWS_BUNDLE_CRT)
if(WITH_WINDOWS_BUNDLE_CRT AND
CMAKE_VERSION VERSION_LESS "4.2.0" AND
if(WITH_WINDOWS_BUNDLE_CRT AND
CMAKE_VERSION VERSION_LESS "4.2.0" AND
MSVC_VERSION GREATER_EQUAL 1950)
message(WARNING "VS2026 not supported on this CMAKE version: WITH_WINDOWS_BUNDLE_CRT will be disabled")
set(WITH_WINDOWS_BUNDLE_CRT OFF)