We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a058588 commit b7138ceCopy full SHA for b7138ce
CMakeLists.txt
@@ -250,12 +250,6 @@ endif ()
250
include(CheckIncludeFiles)
251
CHECK_INCLUDE_FILES(strings.h HAVE_STRINGS_H)
252
253
-if (MINGW)
254
- # Define _CRT_RAND_S, so that MinGW's stdlib.h declares Microsoft's rand_s().
255
- message (" MinGW: define _CRT_RAND_S")
256
- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_CRT_RAND_S")
257
-endif ()
258
-
259
include(CheckTypeSize)
260
if (WIN32)
261
SET(CMAKE_EXTRA_INCLUDE_FILES "ws2tcpip.h")
0 commit comments