We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d8f59 commit 5412d5dCopy full SHA for 5412d5d
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### [1.10.4] - 2022-12-14
4
+#### Changed
5
+- Linters are now disabled in test builds by default and can be enabled using `RAPIDFUZZ_ENABLE_LINTERS`
6
+
7
### [1.10.3] - 2022-12-13
8
#### Fixed
9
- fix warning about `project_options` when building the test suite with `cmake>=3.24`
CMakeLists.txt
@@ -25,7 +25,7 @@ if (CMAKE_BINARY_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
25
message(FATAL_ERROR "Building in-source is not supported! Create a build dir and remove ${CMAKE_SOURCE_DIR}/CMakeCache.txt")
26
endif()
27
28
-project(rapidfuzz LANGUAGES CXX VERSION 1.10.3)
+project(rapidfuzz LANGUAGES CXX VERSION 1.10.4)
29
30
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
31
include(GNUInstallDirs)
0 commit comments