Correctly fail when YAML-CPP is not found.

main
Teo Mrnjavac 9 years ago
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…
Cancel
Save