Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kurpicz committed Dec 26, 2023
1 parent 8ca8744 commit 12769ec
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ option(PASTA_BLOCK_TREE_BUILD_TESTS
option(PASTA_BLOCK_TREE_BUILD_EXAMPLES
"Build blocktree's benchmarks." OFF)

FetchContent_Declare(
sdsl
GIT_REPOSITORY https://github.com/simongog/sdsl-lite.git
GIT_TAG c32874c #main
)


FetchContent_Declare(
tlx
GIT_REPOSITORY https://github.com/tlx/tlx.git
Expand All @@ -53,7 +46,7 @@ FetchContent_Declare(
GIT_TAG 05acd97 #main
)

FetchContent_MakeAvailable(sdsl tlx pasta_bit_vector)
FetchContent_MakeAvailable(tlx pasta_bit_vector)

# Optional test
if(PASTA_BLOCK_TREE_BUILD_TESTS)
Expand Down

0 comments on commit 12769ec

Please sign in to comment.