InsightSoftwareConsortium/ITK
Modules/ThirdParty/MINC/src/libminc/CMakeLists.txt
:139
CHECK_FUNCTION_EXISTS(system HAVE_SYSTEM)
CHECK_FUNCTION_EXISTS(system HAVE_SYSTEM)
CHECK_SYMBOL_EXISTS(system stdlib.h HAVE_SYSTEM)
endif(HAVE_SYSTEM)
check_function_exists(system HAVE_SYSTEM)
add_definitions("-DHAVE_SYSTEM")
endif(HAVE_SYSTEM)
target_compile_definitions(lualib PRIVATE HAVE_SYSTEM)