mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue