Skip to content

Commit 8d0d270

Browse files
authored
Update CMakeLists.txt
1 parent 90e88a5 commit 8d0d270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(STATIC_LIBS
5555

5656
# For static extension, use static library with correct link order
5757
target_link_libraries(${EXTENSION_NAME}
58-
${WVLET_DYNAMIC_PATH}
58+
# ${WVLET_DYNAMIC_PATH}
5959
${STATIC_LIBS}
6060
)
6161

0 commit comments

Comments
 (0)