Skip to content
Snippets Groups Projects
Commit 733d8006 authored by Tobias WEBER's avatar Tobias WEBER
Browse files

makefile update

parent f7379235
Branches
Tags
No related merge requests found
......@@ -38,8 +38,8 @@ set(CMAKE_AUTOUIC ON)
# -----------------------------------------------------------------------------
# Build parser
find_package(Flex REQUIRED)
find_package(Bison 3.0 REQUIRED)
find_package(FLEX REQUIRED)
find_package(BISON 3.0 REQUIRED)
# temp dir for parser
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/parser)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment