Skip to content

Commit 46e0fe9

Browse files
committed
Remove unneeded deps.
1 parent 7b95f1e commit 46e0fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ set(BUILD_ORM OFF CACHE BOOL "Build ORM")
77
set(USE_STATIC_LIBS_ONLY OFF CACHE BOOL "Use static libs only")
88
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build drogon as a shared lib")
99
set(USE_SPDLOG ON CACHE BOOL "Use spdlog")
10+
set(BUILD_BROTLI OFF CACHE BOOL "Build Brotli")
11+
set(BUILD_YAML_CONFIG OFF CACHE BOOL "Build yaml config")
1012
add_subdirectory(3rdparty/drogon)
1113

1214
find_package(Boost REQUIRED COMPONENTS program_options)

0 commit comments

Comments
 (0)