Files
c/kubernetes/ConfigureChecks.cmake
Ahmed Yarub Hani Al Nuaimi 2e2b5c91da Fix symbol tests
2023-02-09 22:36:24 -03:00

6 lines
212 B
CMake

include(CheckCXXSymbolExists)
check_cxx_symbol_exists(strndup "string.h" HAVE_STRNDUP)
check_cxx_symbol_exists(secure_getenv "stdlib.h" HAVE_SECURE_GETENV)
check_cxx_symbol_exists(getenv "stdlib.h" HAVE_GETENV)