Skip to content

Commit

Permalink
build: reenable vectorscan builds
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 24, 2024
1 parent 00b0029 commit 5e3b966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ endif()

if(WIN32)
if(KLOGG_ARCH EQUAL 64)
option(KLOGG_USE_HYPERSCAN "Use Hyperscan" ON)
option(KLOGG_USE_VECTORSCAN "Use Hyperscan" ON)
else()
option(KLOGG_USE_HYPERSCAN "Use Hyperscan" OFF)
option(KLOGG_USE_VECTORSCAN "Use Hyperscan" OFF)
endif()
else()
option(KLOGG_USE_HYPERSCAN "Use Hyperscan" ON)
option(KLOGG_USE_VECTORSCAN "Use Hyperscan" ON)
endif()

set(BUILD_VERSION
Expand Down

0 comments on commit 5e3b966

Please sign in to comment.