mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39:17 +01:00
CMake: Throw fatal error when libtidy is not found
This commit is contained in:
parent
d6064bcbeb
commit
fd35a0a54f
@ -6,7 +6,7 @@
|
|||||||
# Tidy_LIBRARIES - The libraries needed to use tidy
|
# Tidy_LIBRARIES - The libraries needed to use tidy
|
||||||
|
|
||||||
find_package(PkgConfig)
|
find_package(PkgConfig)
|
||||||
pkg_check_modules(PC_TIDY tidy)
|
pkg_check_modules(PC_TIDY tidy REQUIRED)
|
||||||
|
|
||||||
find_path(TIDY_INCLUDE_DIR tidy.h
|
find_path(TIDY_INCLUDE_DIR tidy.h
|
||||||
HINTS
|
HINTS
|
||||||
|
Loading…
Reference in New Issue
Block a user