Skip to content

Commit

Permalink
Use system pcre2 by default for native compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed Feb 28, 2021
1 parent 3d51caf commit dfefe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_BUILD_TYPE "Release")

project (ssplit CXX)

option(USE_INTERNAL_PCRE2 "Use internal PCRE2 instead of system PCRE2" ON)
option(USE_INTERNAL_PCRE2 "Use internal PCRE2 instead of system PCRE2" OFF)

# Check if this is a standalone compile (=>compile executables)
# or an embedded compile (this directory was included via subdir)
Expand Down

0 comments on commit dfefe34

Please sign in to comment.