@@ -70,7 +70,7 @@ FetchContent_Declare(
7070)
7171
7272FetchContent_Declare (
73- highway
73+ hwy
7474
7575 GIT_REPOSITORY https://github.com/google/highway.git
7676 GIT_TAG 1.2.0
@@ -80,10 +80,10 @@ set(HWY_ENABLE_EXAMPLES OFF CACHE INTERNAL "Disable highway examples")
8080set (HWY_ENABLE_TESTS OFF CACHE INTERNAL "Disable highway tests" )
8181
8282# Get google highway
83- FetchContent_MakeAvailable (highway )
83+ FetchContent_MakeAvailable (hwy )
8484
8585# Ensure highway target is explicitly added
86- add_library (highway INTERFACE IMPORTED )
86+ # add_library(highway INTERFACE IMPORTED)
8787
8888if (BUILD_BENCH)
8989 # Get Google Benchmark
@@ -121,8 +121,8 @@ add_library(GraphZeppelin
121121 src/sketch.cpp
122122 src/recovery.cpp
123123 src/util.cpp )
124- add_dependencies (GraphZeppelin GutterTree StreamingUtilities highway )
125- target_link_libraries (GraphZeppelin PUBLIC xxhash GutterTree StreamingUtilities highway )
124+ add_dependencies (GraphZeppelin GutterTree StreamingUtilities hwy )
125+ target_link_libraries (GraphZeppelin PUBLIC xxhash GutterTree StreamingUtilities hwy )
126126target_include_directories (GraphZeppelin PUBLIC include / )
127127target_compile_options (GraphZeppelin PUBLIC -fopenmp )
128128target_link_options (GraphZeppelin PUBLIC -fopenmp )
@@ -137,8 +137,8 @@ add_library(GraphZeppelinVerifyCC
137137 src/recovery.cpp
138138 src/util.cpp
139139 test /util/graph_verifier.cpp )
140- add_dependencies (GraphZeppelinVerifyCC GutterTree StreamingUtilities highway )
141- target_link_libraries (GraphZeppelinVerifyCC PUBLIC xxhash GutterTree StreamingUtilities highway )
140+ add_dependencies (GraphZeppelinVerifyCC GutterTree StreamingUtilities hwy )
141+ target_link_libraries (GraphZeppelinVerifyCC PUBLIC xxhash GutterTree StreamingUtilities hwy )
142142target_include_directories (GraphZeppelinVerifyCC PUBLIC include / include /test/ )
143143target_compile_options (GraphZeppelinVerifyCC PUBLIC -fopenmp )
144144target_link_options (GraphZeppelinVerifyCC PUBLIC -fopenmp )
0 commit comments