mirror of https://github.com/CGAL/cgal
In header-only, `CGALConfig.cmake` constructs the path to the root of the CGAL installation. It used to use `../` a lot, to go back in parent directories, but: - that was... ugly, - and Ninja saw a problem with that (a warning about the path to `print_GMP_version.cpp`). `CGALConfig.cmake` Now uses the CMake command `get_filename_component`. |
||
|---|---|---|
| .. | ||
| CGALConfig.cmake | ||