CMake: Use consistent indentation with check_c_source_compiles().
This commit is contained in:
parent
d4af167570
commit
ff7badef53
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue