Questions tagged [find-package]

33 questions
0
votes
0 answers

CGAL integration with CMake using deb package

I want to make a script that uses the CGAL Library having it installed only using the .deb package. (Using: sudo apt-get install libcgal-dev). I get the following error message when I run this command : cmake -S . -B build/ -DCMAKE_BUILD_TYPE=…
alpha027
  • 302
  • 2
  • 13
0
votes
0 answers

cmake find package can not see Qt6

I downloaded qt6 -> qtbase only and built, install it , i write simple program to check it, when I tried to locate Qt6 it show me this error : CMake Error at CMakeLists.txt:13 (find_package): Could not find a configuration file for package "Qt6"…
0
votes
0 answers

cmake not finding package configuration file

I am using Qt Creator as IDE and MSVC 2019. I built and installed the pagmo library from the source. Now I am trying to use it for my project. Even though the installation seems fine, when I try to load it I get strange errors, telling me that…
mz_97
  • 15
  • 5
1 2
3