Skip to content

Commit 2519e9b

Browse files
committed
id_to_location test does not depend on sparsehash
1 parent 4b9c7c9 commit 2519e9b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ if(NOT GEOS_FOUND)
105105
set(GEOS_FOUND FALSE)
106106
endif()
107107

108-
if(NOT SPARSEHASH_FOUND)
109-
set(SPARSEHASH_FOUND FALSE)
110-
endif()
111-
112108
if(NOT BZIP2_FOUND)
113109
set(BZIP2_FOUND FALSE)
114110
endif()
@@ -173,7 +169,7 @@ add_unit_test(index test_dump_and_load_index)
173169
add_unit_test(index test_dump_sparse_as_array)
174170
add_unit_test(index test_file_based_index)
175171
add_unit_test(index test_id_set)
176-
add_unit_test(index test_id_to_location ENABLE_IF ${SPARSEHASH_FOUND})
172+
add_unit_test(index test_id_to_location)
177173
add_unit_test(index test_nwr_array)
178174
add_unit_test(index test_object_pointer_collection)
179175
add_unit_test(index test_relations_map)

0 commit comments

Comments
 (0)