CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /home/conan/w/cci_PR-3610/1/8f976d63-2046-451c-a29f-2f53e14abc25/recipes/nlopt/all/test_package/test_package.c: In function 'main': /home/conan/w/cci_PR-3610/1/8f976d63-2046-451c-a29f-2f53e14abc25/recipes/nlopt/all/test_package/test_package.c:139:5: warning: 'nlopt_minimize_constrained' is deprecated (declared at /home/conan/w/cci_PR-3610/.conan/data/nlopt/2.7.0/_/_/package/9f464485452cfd51bccb88a2bd4e71d7f06a2f1a/include/nlopt.h:325) [-Wdeprecated-declarations] nlopt_minimize_constrained(NLOPT_LN_COBYLA, 5, box, NULL, 6, box_constraint, cdata, sizeof(int), box_lb, box_ub, x, &minf, -HUGE_VAL, 1e-10, 0, 0, NULL, 0, 0); ^