mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-12 15:39:09 +00:00
Fix CMake FMT_INITIALIZER_LIST check failing because of wrong include name.
This commit is contained in:
parent
0b097da31e
commit
b739ec893f
@ -104,7 +104,7 @@ check_cxx_source_compiles("
|
||||
|
||||
# Check if initializer lists are supported.
|
||||
check_cxx_source_compiles("
|
||||
#include <initilizer_list>
|
||||
#include <initializer_list>
|
||||
int main() {}" FMT_INITIALIZER_LIST)
|
||||
|
||||
if (NOT FMT_VARIADIC_TEMPLATES OR NOT FMT_INITIALIZER_LIST)
|
||||
|
Loading…
Reference in New Issue
Block a user