1
0
réplica de https://git.tukaani.org/xz.git synced 2025-10-19 23:53:27 +00:00

CMake: Use consistent indentation with check_c_source_compiles().

Este commit está contenido en:
Jia Tan 2023-11-24 21:19:12 +08:00
padre d4af167570
commit ff7badef53

Ver fichero

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