Files
c/kubernetes/ConfigureChecks.cmake

6 lines
172 B
CMake
Raw Normal View History

include(CheckFunctionExists)
check_function_exists(strndup HAVE_STRNDUP)
check_function_exists(secure_getenv HAVE_SECURE_GETENV)
check_function_exists(getenv HAVE_GETENV)