MiKTeX/miktex
CMakeLists.txt
:1336
check_function_exists(rand_r HAVE_RAND_R)
check_function_exists(rand_r HAVE_RAND_R)
try_compile(
HAVE_RAND_R
"${CMAKE_CURRENT_BINARY_DIR}/try_compile"
"${TRYCOMPILE_SRC_DIR}/rand_r_test.c"
)
check_function_exists( rand_r HAVE_RAND_R )