You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify a minimal CGAL version to CMake find_package command, CGAL is not and I have the following warning:
CMake Warning at CMakeLists.txt:4 (find_package):
Could not find a configuration file for package "CGAL" that is compatible
with requested version "4.12.0".
The following configuration files were considered but not accepted:
~/miniconda3/envs/gudhi-devel/lib/cmake/CGAL/CGALConfig.cmake, version: 5.5.2
And CGAL is not found.
I work in a conda environment, where I installed cgal-cpp package.
i.e. to be compatible, the version of CGAL found must have the same major version as the one requested. I am not sure that makes sense for CGAL, there are small ABI breaks between the last 4.* and 5.0, but I don't think they were that much bigger than some that happened for minor releases.
Issue Details
When I specify a minimal CGAL version to CMake find_package command, CGAL is not and I have the following warning:
And CGAL is not found.
I work in a conda environment, where I installed
cgal-cpp
package.Source Code
Environment
The text was updated successfully, but these errors were encountered: