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 CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /usr/bin/ld: CMakeFiles/test_package.dir/example1.cpp.o: in function `main': example1.cpp:(.text+0x19b): undefined reference to `cnpy::npy_load(std::string)' /usr/bin/ld: example1.cpp:(.text+0x5fb): undefined reference to `cnpy::npz_load(std::string, std::string)' /usr/bin/ld: example1.cpp:(.text+0x64f): undefined reference to `cnpy::npz_load(std::string)' /usr/bin/ld: CMakeFiles/test_package.dir/example1.cpp.o: in function `void cnpy::npz_save(std::string, std::string, double const*, std::vector > const&, std::string)': example1.cpp:(.text._ZN4cnpy8npz_saveIdEEvSsSsPKT_RKSt6vectorImSaImEESs[_ZN4cnpy8npz_saveIdEEvSsSsPKT_RKSt6vectorImSaImEESs]+0x3e2): undefined reference to `std::vector >& cnpy::operator+=(std::vector >&, std::string)' /usr/bin/ld: example1.cpp:(.text._ZN4cnpy8npz_saveIdEEvSsSsPKT_RKSt6vectorImSaImEESs[_ZN4cnpy8npz_saveIdEEvSsSsPKT_RKSt6vectorImSaImEESs]+0x49f): undefined reference to `std::vector >& cnpy::operator+=(std::vector >&, std::string)' /usr/bin/ld: CMakeFiles/test_package.dir/example1.cpp.o: in function `void cnpy::npz_save(std::string, std::string, char const*, std::vector > const&, std::string)': example1.cpp:(.text._ZN4cnpy8npz_saveIcEEvSsSsPKT_RKSt6vectorImSaImEESs[_ZN4cnpy8npz_saveIcEEvSsSsPKT_RKSt6vectorImSaImEESs]+0x3dc): undefined reference to `std::vector >& cnpy::operator+=(std::vector >&, std::string)' /usr/bin/ld: example1.cpp:(.text._ZN4cnpy8npz_saveIcEEvSsSsPKT_RKSt6vectorImSaImEESs[_ZN4cnpy8npz_saveIcEEvSsSsPKT_RKSt6vectorImSaImEESs]+0x499): undefined reference to `std::vector >& cnpy::operator+=(std::vector >&, std::string)' /usr/bin/ld: CMakeFiles/test_package.dir/example1.cpp.o: in function `void cnpy::npz_save >(std::string, std::string, std::complex const*, std::vector > const&, std::string)': example1.cpp:(.text._ZN4cnpy8npz_saveISt7complexIdEEEvSsSsPKT_RKSt6vectorImSaImEESs[_ZN4cnpy8npz_saveISt7complexIdEEEvSsSsPKT_RKSt6vectorImSaImEESs]+0x3da): undefined reference to `std::vector >& cnpy::operator+=(std::vector >&, std::string)' /usr/bin/ld: CMakeFiles/test_package.dir/example1.cpp.o:example1.cpp:(.text._ZN4cnpy8npz_saveISt7complexIdEEEvSsSsPKT_RKSt6vectorImSaImEESs[_ZN4cnpy8npz_saveISt7complexIdEEEvSsSsPKT_RKSt6vectorImSaImEESs]+0x49f): more undefined references to `std::vector >& cnpy::operator+=(std::vector >&, std::string)' follow clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [CMakeFiles/test_package.dir/build.make:84: bin/test_package] Error 1 make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/test_package.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 ERROR: cnpy/1.0 (test package): Error in build() method, line 11 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4032/8/58951570-e5c7-4f99-85ba-13c00d8f8afb/recipes/cnpy/all/test_package/build/ba7d470c4f2fdfecf2c87241e8b0c6245bb25667' '--' '-j3'