Skip to content

Commit

Permalink
Remove some additional hyperscan targets
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Apr 22, 2021
1 parent 86666e7 commit 7440d6a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions 3rdparty/hyperscan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
endif()

add_subdirectory(util)
add_subdirectory(doc/dev-reference)
#add_subdirectory(util)
#add_subdirectory(doc/dev-reference)

if (NOT WIN32)
# PCRE check, we have a fixed requirement for PCRE to use Chimera
Expand All @@ -478,17 +478,17 @@ if (NOT CORRECT_PCRE_VERSION)
endif()

# we need static libs for Chimera - too much deep magic for shared libs
if (CORRECT_PCRE_VERSION AND PCRE_BUILD_SOURCE AND BUILD_STATIC_LIBS)
set(BUILD_CHIMERA TRUE)
endif()

add_subdirectory(unit)
if (EXISTS ${CMAKE_SOURCE_DIR}/tools/CMakeLists.txt)
add_subdirectory(tools)
endif()
if (EXISTS ${CMAKE_SOURCE_DIR}/chimera/CMakeLists.txt AND BUILD_CHIMERA)
add_subdirectory(chimera)
endif()
#if (CORRECT_PCRE_VERSION AND PCRE_BUILD_SOURCE AND BUILD_STATIC_LIBS)
# set(BUILD_CHIMERA TRUE)
#endif()
#
#add_subdirectory(unit)
#if (EXISTS ${CMAKE_SOURCE_DIR}/tools/CMakeLists.txt)
# add_subdirectory(tools)
#endif()
#if (EXISTS ${CMAKE_SOURCE_DIR}/chimera/CMakeLists.txt AND BUILD_CHIMERA)
# add_subdirectory(chimera)
#endif()
endif()

# do substitutions
Expand Down Expand Up @@ -530,17 +530,17 @@ if (NOT CORRECT_PCRE_VERSION)
endif()

# we need static libs for Chimera - too much deep magic for shared libs
if (CORRECT_PCRE_VERSION AND PCRE_BUILD_SOURCE AND BUILD_STATIC_LIBS)
set(BUILD_CHIMERA TRUE)
endif()

add_subdirectory(unit)
if (EXISTS ${CMAKE_SOURCE_DIR}/tools/CMakeLists.txt)
add_subdirectory(tools)
endif()
if (EXISTS ${CMAKE_SOURCE_DIR}/chimera/CMakeLists.txt AND BUILD_CHIMERA)
add_subdirectory(chimera)
endif()
#if (CORRECT_PCRE_VERSION AND PCRE_BUILD_SOURCE AND BUILD_STATIC_LIBS)
# set(BUILD_CHIMERA TRUE)
#endif()
#
#add_subdirectory(unit)
#if (EXISTS ${CMAKE_SOURCE_DIR}/tools/CMakeLists.txt)
# add_subdirectory(tools)
#endif()
#if (EXISTS ${CMAKE_SOURCE_DIR}/chimera/CMakeLists.txt AND BUILD_CHIMERA)
# add_subdirectory(chimera)
#endif()
endif()

if(NOT WIN32)
Expand Down

0 comments on commit 7440d6a

Please sign in to comment.