Skip to content

Commit

Permalink
update: newest sdsl-lite version
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Jul 23, 2024
1 parent 134c2c9 commit 9b800dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fmindex_collection-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ set(LIBSAIS_BUILD_SHARED_LIB OFF)
CPMAddPackage("gh:IlyaGrebnov/[email protected]")

if (FMC_USE_SDSL)
CPMAddPackage("gh:xxsds/sdsl-lite#206a5f725ee54e892d7cf5f17e77aad4cfb31a62")
if (sdsl-lite_ADDED)
add_library(sdsl-lite INTERFACE)
target_include_directories(sdsl-lite INTERFACE SYSTEM ${sdsl-lite_SOURCE_DIR}/include)
add_library(sdsl-lite::sdsl-lite ALIAS sdsl-lite)
endif()
CPMAddPackage("gh:SGSSGene/[email protected]")
endif()

add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/src/search_schemes ${CMAKE_CURRENT_BINARY_DIR}/search_schemes)
Expand Down

0 comments on commit 9b800dd

Please sign in to comment.