From: Jia Tan Date: Fri, 24 Nov 2023 13:19:12 +0000 (+0800) Subject: CMake: Use consistent indentation with check_c_source_compiles(). X-Git-Tag: v5.5.1alpha~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff7badef53c2cd698d4b72b945f34dfd0835e13c;p=thirdparty%2Fxz.git CMake: Use consistent indentation with check_c_source_compiles(). --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b1753c37..1e9af0e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -909,8 +909,8 @@ calculation if supported by the system" ON) return _mm_clmulepi64_si128(a, b, 0); } int main(void) { return 0; } - " - HAVE_USABLE_CLMUL) + " + HAVE_USABLE_CLMUL) if(HAVE_USABLE_CLMUL) target_sources(liblzma PRIVATE src/liblzma/check/crc_clmul.c)