diff --git a/CMakeLists.txt b/CMakeLists.txt index 989d1a53..15c7dac1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,7 @@ check_cxx_source_compiles(" # Check if initializer lists are supported. check_cxx_source_compiles(" - #include + #include int main() {}" FMT_INITIALIZER_LIST) if (NOT FMT_VARIADIC_TEMPLATES OR NOT FMT_INITIALIZER_LIST)