Wie man CMake 'Could not find a package configuration file provided by "Coin" ...' auf Ubuntu behebt
English
Deutsch
Problem:
Wenn Sie versuchen, Ihr CMake-Projekt zu kompilieren, sehen Sie eine Fehlermeldung wie
coin_error.txt
CMake Error at cMake/FreeCAD_Helpers/SetupCoin3D.cmake:13 (find_package):
Could not find a package configuration file provided by "Coin" with any of
the following names:
CoinConfig.cmake
coin-config.cmake
Add the installation prefix of "Coin" to CMAKE_PREFIX_PATH or set
"Coin_DIR" to a directory containing one of the above files. If "Coin"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:86 (SetupCoin3D)Lösung
install_libcoin_dev.sh
sudo apt -y install libcoin-devGetestet auf Ubuntu 22.04
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow