CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR /home/conan/w/cci_PR-4139/.conan/data/lemon/3.32.3/_/_/build/e5bde775ebac8b0a7cd94a071bb551fc164bae97/source_subfolder/tool/lemon.c:3543:36: warning: size argument in 'strncat' call appears to be size of the source [-Wstrncat-size] strncat(static_path, filename, sizeof(filename)); ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-4139/.conan/data/lemon/3.32.3/_/_/build/e5bde775ebac8b0a7cd94a071bb551fc164bae97/source_subfolder/tool/lemon.c:3543:36: note: change the argument to be the free space in the destination buffer minus the terminating null byte strncat(static_path, filename, sizeof(filename)); ^~~~~~~~~~~~~~~~ sizeof(static_path) - strlen(static_path) - 1 1 warning generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY