mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/remove-findclangtidy'
* origin/topic/timw/remove-findclangtidy: Remove FindClangTidy.cmake, update cmake submodule
This commit is contained in:
commit
57b618ee4a
4 changed files with 6 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
8.0.0-dev.191 | 2025-05-23 08:32:00 -0700
|
||||||
|
|
||||||
|
* Remove FindClangTidy.cmake, update cmake submodule (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
8.0.0-dev.188 | 2025-05-22 16:54:58 -0700
|
8.0.0-dev.188 | 2025-05-22 16:54:58 -0700
|
||||||
|
|
||||||
* SQLite: Add TODO note about possibly using sqlite3_busy_timeout (Tim Wojtulewicz, Corelight)
|
* SQLite: Add TODO note about possibly using sqlite3_busy_timeout (Tim Wojtulewicz, Corelight)
|
||||||
|
|
|
@ -203,7 +203,6 @@ else ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
include(cmake/CommonCMakeConfig.cmake)
|
include(cmake/CommonCMakeConfig.cmake)
|
||||||
include(cmake/FindClangTidy.cmake)
|
|
||||||
include(cmake/CheckCompilerArch.cmake)
|
include(cmake/CheckCompilerArch.cmake)
|
||||||
|
|
||||||
string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER)
|
string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_LOWER)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
8.0.0-dev.188
|
8.0.0-dev.191
|
||||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
||||||
Subproject commit 3eca611d4fc699ee2996aea546405acbbebf576f
|
Subproject commit d605f50aee4834ddbceac41c940ed83f1a253f63
|
Loading…
Add table
Add a link
Reference in a new issue