CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-4320/1/bdee4bb4-79e2-4cb8-9b44-bb346524b213/recipes/libnuma/all/test_package/test_package.c: In function ‘main’: /home/conan/w/cci_PR-4320/1/bdee4bb4-79e2-4cb8-9b44-bb346524b213/recipes/libnuma/all/test_package/test_package.c:4:3: warning: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration] 4 | printf("numa available: %d\n", numa_available()); | ^~~~~~ /home/conan/w/cci_PR-4320/1/bdee4bb4-79e2-4cb8-9b44-bb346524b213/recipes/libnuma/all/test_package/test_package.c:4:3: warning: incompatible implicit declaration of built-in function ‘printf’ /home/conan/w/cci_PR-4320/1/bdee4bb4-79e2-4cb8-9b44-bb346524b213/recipes/libnuma/all/test_package/test_package.c:2:1: note: include ‘’ or provide a declaration of ‘printf’ 1 | #include +++ |+#include 2 |