Cleanup: CMake: Merge APPLE blocks, wrap long option description line
This commit is contained in:
@@ -1263,13 +1263,13 @@ endif()
|
||||
|
||||
|
||||
# Apple
|
||||
|
||||
if(APPLE)
|
||||
include(platform_apple_xcode)
|
||||
endif()
|
||||
|
||||
if(APPLE)
|
||||
option(WITH_LEGACY_MACOS_X64_LINKER "Use legacy macOS linker. Only on x64 platform. Minutes slower, but emits fewer warnings." OFF)
|
||||
option(WITH_LEGACY_MACOS_X64_LINKER "\
|
||||
Use legacy macOS linker on x64 platform. Minutes slower, but emits fewer warnings."
|
||||
OFF
|
||||
)
|
||||
mark_as_advanced(WITH_LEGACY_MACOS_X64_LINKER)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user