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
1 changed files with 2 additions and 2 deletions

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)