Skip to content

Commit 95eae59

Browse files
author
Owen Jones
committed
CMake support is no longer experimental
1 parent 2e9bcb4 commit 95eae59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILING.md

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

0 commit comments

Comments
 (0)