Skip to content

Commit

Permalink
Add BUILD_TESTS Flag to Readme for CMake [skip ci] (#5973)
Browse files Browse the repository at this point in the history
See title as i was developing on Linux didn't found the option for
building the test binary. With some feedback and examination of the
Actions i found that the BUILD_TESTS flag should be enabled. Added that
to Readme.
  • Loading branch information
wienans authored Feb 12, 2024
1 parent 4eecf7b commit 8c87b4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ For rules support (requires pcre) use the flag.
For release builds it is recommended that you use:
-DUSE_MATCHCOMPILER=ON

For building the tests use the flag.
-DBUILD_TESTS=ON

Using cmake you can generate project files for Visual Studio,XCode,etc.

#### Building a specific configuration
Expand Down

0 comments on commit 8c87b4b

Please sign in to comment.