Skip to content

Commit 9c0e8aa

Browse files
committed
fix failing CI
1 parent 500307d commit 9c0e8aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.25)
22
project(rmq LANGUAGES C CXX)
33

4+
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
5+
46
option(ENABLE_COMPRESSION "Enable zstd compression support" ON)
57

68
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)

0 commit comments

Comments
 (0)