JakobEngel / dso

Direct Sparse Odometry
GNU General Public License v3.0
2.27k stars 906 forks source link

I met this error during cmake, what should I do? #264

Closed wangjinhoon closed 1 year ago

wangjinhoon commented 1 year ago

i entered below the code 85 sudo apt-get install zlib1g-dev 86 cd 87 cd dso/thirdparty 88 tar -zxvf libzip-1.1.1.tar.gz 89 cd libzip-1.1.1/ 90 ./configure 91 make 92 sudo make install 93 sudo cp lib/zipconf.h /usr/local/include/zipconf.h 94 sudo apt-get update

but i met this error, how can i do?

The package name passed to find_package_handle_standard_args (LIBZIP) does not match the name of the calling package (LibZip). This can lead to problems in calling code that expects find_package result variables (e.g., _FOUND) to follow a certain pattern.