Skip to content

Commit 5fa90ca

Browse files
committed
GH-35460: Fix minor cmake format
1 parent ce78f57 commit 5fa90ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/cmake_modules/FindsimdjsonAlt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if(SIMDJSON_INCLUDE_DIR AND SIMDJSON_LIBRARY)
6565
OUTPUT_STRIP_TRAILING_WHITESPACE)
6666
endif()
6767
# Detect library type based on file extension
68-
if("${SIMDJSON_LIBRARY}" MATCHES "\\.(so|dylib)(\\.[0-9]+)*$" OR "${SIMDJSON_LIBRARY}"
68+
if("${SIMDJSON_LIBRARY}" MATCHES "\\.(so|dylib)(\\.[0-9]+)*$" OR "${SIMDJSON_LIBRARY}"
6969
MATCHES "\\.dll$")
7070
add_library(simdjson::simdjson SHARED IMPORTED)
7171
else()

0 commit comments

Comments
 (0)