diff --git a/CMakeLists.txt b/CMakeLists.txt index 849ba65b..ad689688 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,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)