build: remove mingw workaround (unsupported)

This commit is contained in:
Eric Wasylishen 2021-10-08 19:46:48 -06:00
parent 76d0dae890
commit 4c17969651
2 changed files with 0 additions and 5 deletions

View File

@ -85,11 +85,6 @@ elseif (CMAKE_USE_WIN32_THREADS_INIT)
add_definitions(-DUSE_WIN32THREADS)
endif ()
# (see http://sourceforge.net/p/mingw-w64/wiki2/printf%20and%20scanf%20family/)
if (MINGW)
add_definitions(-D__USE_MINGW_ANSI_STDIO=1)
endif (MINGW)
if (UNIX)
add_definitions(-DLINUX)
endif (UNIX)

0
common/CMakeLists.txt Normal file
View File