You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/libkholidays/ConfigureChecks.cmake

14 lines
448 B

############################################
# #
# Improvements and feedbacks are welcome #
# #
# This file is released under GPL >= 3 #
# #
############################################
##### check for yacc (bison) and lex (flex)
find_program( BISON_EXECUTABLE bison )
find_program( FLEX_EXECUTABLE NAMES flex lex )