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/14/b6a94fca-f9d2-46c8-b94e-34ca7b37e36c/recipes/libraw/all/test_package/test_package.cpp:1: In file included from /home/conan/w/cci_PR-2735/.conan/data/libraw/0.19.5/_/_/package/41050f2a320e6bfb21f53a935aff3a40386b82cd/include/libraw/libraw.h:35: /home/conan/w/cci_PR-2735/.conan/data/libraw/0.19.5/_/_/package/41050f2a320e6bfb21f53a935aff3a40386b82cd/include/libraw/libraw_datastream.h:121:8: warning: 'auto_ptr >' is deprecated [-Wdeprecated-declarations] std::auto_ptr f; /* will close() automatically through dtor */ ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward/auto_ptr.h:287:7: note: 'auto_ptr >' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ In file included from /home/conan/w/cci_PR-2735/14/b6a94fca-f9d2-46c8-b94e-34ca7b37e36c/recipes/libraw/all/test_package/test_package.cpp:1: In file included from /home/conan/w/cci_PR-2735/.conan/data/libraw/0.19.5/_/_/package/41050f2a320e6bfb21f53a935aff3a40386b82cd/include/libraw/libraw.h:35: /home/conan/w/cci_PR-2735/.conan/data/libraw/0.19.5/_/_/package/41050f2a320e6bfb21f53a935aff3a40386b82cd/include/libraw/libraw_datastream.h:122:8: warning: 'auto_ptr >' is deprecated [-Wdeprecated-declarations] std::auto_ptr saved_f; /* when *f is a subfile, *saved_f is the master file */ ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/backward/auto_ptr.h:287:7: note: 'auto_ptr >' has been explicitly marked deprecated here } _GLIBCXX_DEPRECATED; ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../include/x86_64-linux-gnu/c++/9/bits/c++config.h:86:46: note: expanded from macro '_GLIBCXX_DEPRECATED' # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) ^ 2 warnings generated.