Skip to content
Snippets Groups Projects
Commit cb78c5f4 authored by ilor's avatar ilor
Browse files

check for bison and flex in poliqarp cmake

parent a0aee2cc
No related merge requests found
......@@ -4,6 +4,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeScripts)
set(pqlib_ver_major 1)
set(pqlib_ver_minor 0)
FIND_PACKAGE(BISON REQUIRED)
FIND_PACKAGE(FLEX REQUIRED)
INCLUDE (CheckIncludeFiles)
INCLUDE (CheckLibraryExists)
INCLUDE (CheckFunctionExists)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment