Skip to content

Commit c3eac7a

Browse files
committed
Remove explicit find_package(blocksci)
1 parent d256e77 commit c3eac7a

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

benchmark/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(blocksci_benchmark)
33

4-
find_package(blocksci REQUIRED)
5-
64
add_executable(blocksci_benchmark EXCLUDE_FROM_ALL main.cpp)
75

86
target_compile_options(blocksci_benchmark PRIVATE -Wall -Wextra -Wpedantic)

example/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(blocksci_example)
33

4-
find_package(blocksci REQUIRED)
5-
64
file(GLOB EXAMPLE_HEADERS "*.hpp")
75
file(GLOB EXAMPLE_SOURCES "*.cpp")
86

tools/clusterer/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(blocksci_clusterer)
33

4-
find_package(blocksci REQUIRED)
54
add_executable(blocksci_clusterer main.cpp)
65

76
target_compile_options(blocksci_clusterer PRIVATE -Wall -Wextra -Wpedantic)

tools/mempool_recorder/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(mempool_recorder)
33

4-
find_package(blocksci REQUIRED)
54
find_package( Boost 1.58 COMPONENTS filesystem REQUIRED )
65

76
add_executable(mempool_recorder main.cpp)

tools/parser/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(blocksci_parser)
33

4-
find_package(blocksci REQUIRED)
54
find_package(OpenSSL REQUIRED)
65
find_package(Sparsehash REQUIRED)
76

0 commit comments

Comments
 (0)