CMake Warning: Manually-specified variables were not used by the project: CMAKE_DISABLE_FIND_PACKAGE_OpenMP 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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-2735/.conan/data/libraw/0.19.5/_/_/package/f4e26f9c5954586e866cf1f4e29ce15cb9f4b08a/include/libraw/libraw.h:35:0, from /home/conan/w/cci_PR-2735/14/9bef8957-54e3-4144-b919-4eabb3d7add6/recipes/libraw/all/test_package/test_package.cpp:1: /home/conan/w/cci_PR-2735/.conan/data/libraw/0.19.5/_/_/package/f4e26f9c5954586e866cf1f4e29ce15cb9f4b08a/include/libraw/libraw_datastream.h:122:33: warning: 'auto_ptr' is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations] std::auto_ptr saved_f; /* when *f is a subfile, *saved_f is the master file */ ^