Fixes after review by Jane T. and Simon G.

This commit is contained in:
Laurent Rineau 2018-02-27 15:43:17 +01:00
parent 4dd581137a
commit d485c73c7a
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,8 @@ Release date: April 2018
set to `Release` by default. For a developer using the Visual Studio set to `Release` by default. For a developer using the Visual Studio
IDE or the Xcode IDE, the change should be transparent. Developers using IDE or the Xcode IDE, the change should be transparent. Developers using
makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE`
to `Release` manually. to `Release` manually, to avoid using CGAL libraries without any
compile-time optimization.
### 2D Movable Separability of Sets (new package) ### 2D Movable Separability of Sets (new package)

View File

@ -11,8 +11,8 @@ a solid ground to report bugs that need to be tackled before the
release of the final version of CGAL 4.12 in September. release of the final version of CGAL 4.12 in September.
*WARNING*: The release features an important change of the CMake scripts *WARNING*: This release features an important change of the CMake scripts
uses to configure the CGAL libraries and examples. Developers using used to configure the CGAL libraries and examples. Developers using
makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` to makefiles or the Ninja build-system should set the `CMAKE_BUILD_TYPE` to
`Release` manually, to avoid using CGAL libraries without any compile-time `Release` manually, to avoid using CGAL libraries without any compile-time
optimization. Please read the first paragraph of the release notes optimization. Please read the first paragraph of the release notes