Correctly fail when YAML-CPP is not found.
This commit is contained in:
parent
e9519e3038
commit
3a6eb3b790
@ -52,7 +52,7 @@ include( MacroLogFeature )
|
||||
set( QT_VERSION 5.4.0 )
|
||||
|
||||
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools Svg Quick QuickWidgets )
|
||||
find_package( YamlCpp 0.5.1 REQUIRED )
|
||||
find_package( YAMLCPP 0.5.1 REQUIRED )
|
||||
find_package( PolkitQt5-1 REQUIRED )
|
||||
|
||||
option( WITH_PYTHON "Enable Python modules support." ON )
|
||||
|
Loading…
Reference in New Issue
Block a user