Cleanup: trailing space
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user