Skip to content

Commit 858036b

Browse files
author
Daniel Lemire
committed
Explanation.
1 parent 7ebf23e commit 858036b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@ endif()
178178
# add_test(singleheader singleheader)
179179

180180
if(NOT MSVC)
181+
######
182+
# This tests is to guard us against ever again removing the soversion
183+
# and version numbers from the library. See Bug
184+
# https://github.com/simdjson/simdjson/issues/1014
185+
#####
181186
get_target_property(REPORTED_SIMDJSON_VERSION simdjson VERSION)
182187
get_target_property(REPORTED_SIMDJSON_SOVERSION simdjson SOVERSION)
183188
if(NOT ${REPORTED_SIMDJSON_VERSION} STREQUAL ${SIMDJSON_LIB_VERSION})

0 commit comments

Comments
 (0)