Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6e4039ce
Commit
6e4039ce
authored
Oct 09, 2009
by
Mattias Jonsson
Browse files
Options
Browse Files
Download
Plain Diff
updated to latest mysql-5.1-bugteam before push
parents
ef31b39d
23d31a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
regex/CMakeLists.txt
regex/CMakeLists.txt
+1
-1
No files found.
regex/CMakeLists.txt
View file @
6e4039ce
...
...
@@ -18,7 +18,7 @@ SET(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_DEBUG -DSAFEMALLOC -DSAFE_MUT
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
)
SET
(
REGEX_SOURCES
debug.c regcomp.c regerror.c regexec.c regfree.c reginit.c spl
it.c
)
SET
(
REGEX_SOURCES
regcomp.c regerror.c regexec.c regfree.c regin
it.c
)
IF
(
NOT SOURCE_SUBLIBS
)
ADD_LIBRARY
(
regex
${
REGEX_SOURCES
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment