mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
Remove STATIC from ADD_CONVENIENCE_LIBRARY on 2 places
This commit is contained in:
parent
1e6f71a006
commit
b224e24a1e
3 changed files with 3 additions and 3 deletions
|
|
@ -17,4 +17,4 @@
|
|||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
|
||||
|
||||
SET(REGEX_SOURCES regcomp.c regerror.c regexec.c regfree.c reginit.c)
|
||||
ADD_CONVENIENCE_LIBRARY(regex STATIC ${REGEX_SOURCES})
|
||||
ADD_CONVENIENCE_LIBRARY(regex ${REGEX_SOURCES})
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ SET(STRINGS_SOURCES bchange.c bcmp.c bfill.c bmove512.c bmove_upp.c ctype-big5.c
|
|||
strtod.c strtol.c strtoll.c strtoul.c strtoull.c strxmov.c strxnmov.c xml.c
|
||||
my_strchr.c strcont.c strinstr.c strnlen.c strappend.c)
|
||||
|
||||
ADD_CONVENIENCE_LIBRARY(strings STATIC ${STRINGS_SOURCES})
|
||||
ADD_CONVENIENCE_LIBRARY(strings ${STRINGS_SOURCES})
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ MACRO (MY_ADD_TEST name)
|
|||
ENDMACRO()
|
||||
|
||||
|
||||
FOREACH(testname bitmap base64 my_vsnprintf my_atomic)
|
||||
FOREACH(testname bitmap base64 my_vsnprintf my_atomic lf)
|
||||
MY_ADD_TEST(${testname})
|
||||
ENDFOREACH()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue