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 /Users/jenkins/w/cci_PR-3610@4/1/e55f3619-2232-49c3-b4f9-ad72ba739bf3/recipes/nlopt/all/test_package/test_package.c:139:5: warning: 'nlopt_minimize_constrained' is deprecated [-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); ^ /Users/jenkins/w/cci_PR-3610@4/.conan/data/nlopt/2.6.2/_/_/package/eefa85ef3f5b2e9e6091adb86b7d4aedc1376509/include/nlopt.h:323:176: note: 'nlopt_minimize_constrained' has been explicitly marked deprecated here double minf_max, double ftol_rel, double ftol_abs, double xtol_rel, const double *xtol_abs, int maxeval, double maxtime) NLOPT_DEPRECATED; ^ /Users/jenkins/w/cci_PR-3610@4/.conan/data/nlopt/2.6.2/_/_/package/eefa85ef3f5b2e9e6091adb86b7d4aedc1376509/include/nlopt.h:305:43: note: expanded from macro 'NLOPT_DEPRECATED' # define NLOPT_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated.