forked from fmtlib/fmt
Add a comment.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
include(CheckCXXSourceCompiles)
|
include(CheckCXXSourceCompiles)
|
||||||
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/..)
|
set(CMAKE_REQUIRED_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/..)
|
||||||
|
|
||||||
|
# Writing a wide character to a character stream Writer is forbidden.
|
||||||
check_cxx_source_compiles("
|
check_cxx_source_compiles("
|
||||||
#include \"format.cc\"
|
#include \"format.cc\"
|
||||||
int main() { fmt::Writer() << L'a'; }
|
int main() { fmt::Writer() << L'a'; }
|
||||||
|
Reference in New Issue
Block a user