cmake HAVE_FOPEN_S examples

goatshriek/stumpless CMakeLists.txt :79

check_symbol_exists(fopen_s stdio.h HAVE_FOPEN_S)

goatshriek/stumpless CMakeLists.txt :215

endif(HAVE_FOPEN_S)

simongog/sdsl libdivsufsort-2.0.1/include/CMakeLists.txt :36

check_symbol_exists("fopen_s" "stdio.h" HAVE_FOPEN_S)