Fix dependencies, get rid of policy adjustments
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luca Beltrame 2019-06-08 15:49:14 +02:00
parent afe0d031e2
commit 17d711178c
Signed by: einar
GPG key ID: 8DF631FD021DB0C5
2 changed files with 1 additions and 1 deletions

View file

@ -42,6 +42,7 @@ find_package(KF5 ${KF5_VERSION} REQUIRED
CoreAddons # Caches
TextWidgets # Spin boxes
GuiAddons # Image cache
KConfig # Configuration
Completion # KComboBox
XmlGui # User interface
ConfigWidgets # Handling of configuration

View file

@ -1,4 +1,3 @@
cmake_policy(SET CMP0048 OLD)
project(libdanbooru)
set(CMAKE_INCLUDE_CURRENT_DIR ON)