cgal/Scripts
Laurent Rineau d4e09c1d78 Modernize the CMakeLists.txt that use LEDA
The file `${CGAL_USE_FILE}` must be included before
`find_package(LEDA)` can be called. But that would require to verify
`CGAL_FOUND` first...

Actually, now that we require at least CMake 3.1, let's say that CGAL
is `REQUIRED`, but not the components. That is the basic truth, and
that avoids testing for `CGAL_FOUND`.

At the same time, I have modified the `cmake_minimum_required`:
  - placed as the first line,
  - set to `3.1...3.13`:
      https://cmake.org/cmake/help/latest/command/cmake_policy.html#setting-policies-by-cmake-version

I have also removed the comments that says the `CMakeLists.txt` was
generated. That may have been true... but before a lot of modifications.
2019-03-27 09:56:16 +01:00
..
developer_scripts Merge pull request #3759 from maxGimeno/Cross_compilation-Update_scripts-GF 2019-03-12 17:04:19 +01:00
package_info/Scripts Add missing dependencies files 2018-04-09 08:53:38 +02:00
scripts Modernize the CMakeLists.txt that use LEDA 2019-03-27 09:56:16 +01:00