Correctly fail when YAML-CPP is not found.

This commit is contained in:
Teo Mrnjavac 2016-03-29 09:28:38 +02:00
parent e9519e3038
commit 3a6eb3b790
2 changed files with 1 additions and 1 deletions

View File

@ -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 )