CMake support is no longer experimental

This commit is contained in:
Owen Jones 2018-08-23 17:29:02 +01:00
parent 2e9bcb4491
commit 95eae591bf
1 changed files with 2 additions and 2 deletions

View File

@ -202,9 +202,9 @@ helpful for GUI-based tasks, e.g., the class viewer, debugging, etc., and can
be used for building with MSBuild. Note that you still need to run flex/bison
using "make generated_files" before opening the project.
# WORKING WITH CMAKE (EXPERIMENTAL)
# WORKING WITH CMAKE
There is an experimental build based on CMake instead of hand-written
There is also a build based on CMake instead of hand-written
makefiles. It should work on a wider variety of systems than the standard
makefile build, and can integrate better with IDEs and static-analysis tools.
On Windows, the CMake build does not depend on Cygwin or MinGW, and doesn't