mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
make pkgconfig a requirement
This commit is contained in:
parent
de94286fed
commit
71bbf97b90
@ -27,7 +27,7 @@ include (${CMAKE_MODULE_PATH}/platform.cmake)
|
|||||||
include (${CMAKE_MODULE_PATH}/boost.cmake)
|
include (${CMAKE_MODULE_PATH}/boost.cmake)
|
||||||
include (${CMAKE_MODULE_PATH}/ragel.cmake)
|
include (${CMAKE_MODULE_PATH}/ragel.cmake)
|
||||||
|
|
||||||
find_package(PkgConfig QUIET)
|
find_package(PkgConfig REQUIRED)
|
||||||
|
|
||||||
find_program(RAGEL ragel)
|
find_program(RAGEL ragel)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user