Skip to content

Commit 1c36775

Browse files
author
Tor Didriksen
committed
WL#1054 post-push fix, the 're' test executable now depends on mysys library
1 parent a8d16b7 commit 1c36775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

regex/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c)
1919
ADD_CONVENIENCE_LIBRARY(regex ${REGEX_SOURCES})
2020

2121
ADD_EXECUTABLE(re main.c split.c debug.c)
22-
TARGET_LINK_LIBRARIES(re regex strings)
22+
TARGET_LINK_LIBRARIES(re regex strings mysys)
2323

2424
ADD_TEST(regex1 re -i${CMAKE_CURRENT_SOURCE_DIR}/tests)
2525
ADD_TEST(regex2 re -el -i${CMAKE_CURRENT_SOURCE_DIR}/tests)

0 commit comments

Comments
 (0)