CMake: remove HAVE_VARIADIC_MACROS check
This commit is contained in:
parent
1d6a6b934f
commit
b1653024d6
1 changed files with 0 additions and 7 deletions
|
|
@ -132,13 +132,6 @@ if(NOT MSVC)
|
|||
endif()
|
||||
endif()
|
||||
|
||||
wx_check_c_source_compiles(
|
||||
"#define test(fmt, ...) printf(fmt, __VA_ARGS__)
|
||||
test(\"%s %d %p\", \"test\", 1, 0);"
|
||||
HAVE_VARIADIC_MACROS
|
||||
stdio.h
|
||||
)
|
||||
#TODO: wxNO_VARIADIC_MACROS
|
||||
if(wxUSE_STL AND CMAKE_CXX_STANDARD EQUAL 98)
|
||||
wx_check_cxx_source_compiles("
|
||||
std::vector<int> moo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue