Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
L. E. Segovia
KSeExpr
Commits
ad9ee347
Commit
ad9ee347
authored
May 24, 2020
by
L. E. Segovia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use find_package to find Bison and Flex
parent
9d44ad9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/SeExpr2/CMakeLists.txt
src/SeExpr2/CMakeLists.txt
+2
-2
No files found.
src/SeExpr2/CMakeLists.txt
View file @
ad9ee347
...
...
@@ -28,8 +28,8 @@ set_source_files_properties("ExprBuiltins.cpp" PROPERTIES COMPILE_DEFINITIONS "_
include_directories
(
${
CMAKE_CURRENT_SOURCE_DIR
}
)
## find our parser generators
find_p
rogram
(
BISON_EXE bison
)
find_p
rogram
(
FLEX_EXE flex
)
find_p
ackage
(
BISON
)
find_p
ackage
(
FLEX
)
find_program
(
SED_EXE sed
)
# TODO use recent cmake to use FindFlex FindBison
...
...
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