FindRAGEL: add forgotten CheckCXXCompilerFlag include

This commit is contained in:
Danny Robson 2024-07-18 09:39:27 +10:00
parent ee13e54ca0
commit 188eb2bf9e

View File

@ -43,6 +43,8 @@
cmake_minimum_required(VERSION 3.14)
include(CheckCXXCompilerFlag)
find_program(RAGEL_EXECUTABLE NAMES ragel DOC "path to the ragel executable")
mark_as_advanced(RAGEL_EXECUTABLE)