reduce whitespace differences among cmake toolchain files (#631)

no functional changes are intended.
pull/632/head
YAMAMOTO Takashi 4 months ago committed by GitHub
parent c10c0507de
commit 0f865f3fe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,6 @@ set(CMAKE_ASM_COMPILER_TARGET ${triple})
# Don't look in the sysroot for executables to run during the build
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
# Only look in the sysroot (not in the host paths) for the rest
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)

Loading…
Cancel
Save