We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9c7c9 commit 2519e9bCopy full SHA for 2519e9b
1 file changed
test/CMakeLists.txt
@@ -105,10 +105,6 @@ if(NOT GEOS_FOUND)
105
set(GEOS_FOUND FALSE)
106
endif()
107
108
-if(NOT SPARSEHASH_FOUND)
109
- set(SPARSEHASH_FOUND FALSE)
110
-endif()
111
-
112
if(NOT BZIP2_FOUND)
113
set(BZIP2_FOUND FALSE)
114
@@ -173,7 +169,7 @@ add_unit_test(index test_dump_and_load_index)
173
169
add_unit_test(index test_dump_sparse_as_array)
174
170
add_unit_test(index test_file_based_index)
175
171
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)
177
add_unit_test(index test_nwr_array)
178
add_unit_test(index test_object_pointer_collection)
179
add_unit_test(index test_relations_map)
0 commit comments