Skip to content

Commit

Permalink
feat cmake: re2 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 authored Jan 16, 2025
1 parent ef9b1e4 commit 142973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ if (USERVER_FEATURE_JEMALLOC AND NOT USERVER_SANITIZE AND NOT CMAKE_SYSTEM_NAME
endif()
endif()

option(USERVER_FEATURE_RE2 "Build userver with re2 support" OFF)
option(USERVER_FEATURE_RE2 "Build userver with re2 support" ON)
if(USERVER_FEATURE_RE2)
if(USERVER_CONAN)
find_package(re2 REQUIRED CONFIG)
Expand Down

0 comments on commit 142973d

Please sign in to comment.