Remove redundant CMake statements

Authored by wojnilowicz on Jun 7 2018, 3:48 PM.

Description

Remove redundant CMake statements

Exceptions are enabled globally by kde_enable_exceptions, so there is no need for separate kde_target_enable_exceptions.
target_compile_features should be useless as we already should have all features we request by requesting a compiler compatible with C++14.

Differential Revision: https://phabricator.kde.org/D13409

Details

Committed
wojnilowiczJun 10 2018, 3:23 PM
Differential Revision
D13409: Remove redundant CMake statements
Parents
R261:1183eaec5d26: Enable foreign keys support in SQLite
Branches
Unknown
Tags
Unknown