FindRAGEL: add forgotten CheckCXXCompilerFlag include
This commit is contained in:
parent
ee13e54ca0
commit
188eb2bf9e
@ -43,6 +43,8 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.14)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
|
||||||
|
include(CheckCXXCompilerFlag)
|
||||||
|
|
||||||
find_program(RAGEL_EXECUTABLE NAMES ragel DOC "path to the ragel executable")
|
find_program(RAGEL_EXECUTABLE NAMES ragel DOC "path to the ragel executable")
|
||||||
mark_as_advanced(RAGEL_EXECUTABLE)
|
mark_as_advanced(RAGEL_EXECUTABLE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user