Files
c/kubernetes/ConfigureChecks.cmake
2023-02-08 19:23:16 -03:00

6 lines
172 B
CMake

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