Skip to content

Commit debbb1d

Browse files
windows fix
1 parent 26345c4 commit debbb1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,8 @@ target_link_libraries(tiledbjni
112112
if (WIN32)
113113
get_target_property(LIBMAGIC_LIB libmagic IMPORTED_LOCATION)
114114
get_filename_component(LIBMAGIC_LIB_PATH ${LIBMAGIC_LIB} DIRECTORY)
115-
find_library(PCRE2_POSIX pcre2-posix REQUIRED PATHS ${LIBMAGIC_LIB_PATH})
116-
find_library(PCRE2_8 pcre2-8 REQUIRED PATHS ${LIBMAGIC_LIB_PATH})
117115
target_link_libraries(tiledbjni
118116
PRIVATE
119-
${PCRE2_POSIX}
120-
${PCRE2_8}
121117
WebServices
122118
Winhttp
123119
Wininet

0 commit comments

Comments
 (0)