1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

CMake: Use consistent indentation with check_c_source_compiles().

This commit is contained in:
Jia Tan 2023-11-24 21:19:12 +08:00
parent d4af167570
commit ff7badef53

View file

@ -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)