There was an error while loading. Please reload this page.
1 parent ce78f57 commit 5fa90caCopy full SHA for 5fa90ca
1 file changed
cpp/cmake_modules/FindsimdjsonAlt.cmake
@@ -65,7 +65,7 @@ if(SIMDJSON_INCLUDE_DIR AND SIMDJSON_LIBRARY)
65
OUTPUT_STRIP_TRAILING_WHITESPACE)
66
endif()
67
# Detect library type based on file extension
68
- if("${SIMDJSON_LIBRARY}" MATCHES "\\.(so|dylib)(\\.[0-9]+)*$" OR "${SIMDJSON_LIBRARY}"
+ if("${SIMDJSON_LIBRARY}" MATCHES "\\.(so|dylib)(\\.[0-9]+)*$" OR "${SIMDJSON_LIBRARY}"
69
MATCHES "\\.dll$")
70
add_library(simdjson::simdjson SHARED IMPORTED)
71
else()
0 commit comments