Files
c/kubernetes/ConfigureChecks.cmake

6 lines
212 B
CMake
Raw Normal View History

2023-02-09 22:36:24 -03:00
include(CheckCXXSymbolExists)
2023-02-09 22:36:24 -03:00
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)