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:
parent
d4af167570
commit
ff7badef53
1 changed files with 2 additions and 2 deletions
|
@ -909,8 +909,8 @@ calculation if supported by the system" ON)
|
||||||
return _mm_clmulepi64_si128(a, b, 0);
|
return _mm_clmulepi64_si128(a, b, 0);
|
||||||
}
|
}
|
||||||
int main(void) { return 0; }
|
int main(void) { return 0; }
|
||||||
"
|
"
|
||||||
HAVE_USABLE_CLMUL)
|
HAVE_USABLE_CLMUL)
|
||||||
|
|
||||||
if(HAVE_USABLE_CLMUL)
|
if(HAVE_USABLE_CLMUL)
|
||||||
target_sources(liblzma PRIVATE src/liblzma/check/crc_clmul.c)
|
target_sources(liblzma PRIVATE src/liblzma/check/crc_clmul.c)
|
||||||
|
|
Loading…
Reference in a new issue