From 8c87b4bf345b0ab42848d9f7dde88489eaeb62dc Mon Sep 17 00:00:00 2001 From: wienans <40465543+wienans@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:19:01 +0100 Subject: [PATCH] Add BUILD_TESTS Flag to Readme for CMake [skip ci] (#5973) 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. --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index d14d73e10da..45c616ede5d 100644 --- a/readme.md +++ b/readme.md @@ -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