diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-21 11:36:16 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-21 11:36:16 +0100 |
commit | 3656a6dc4ad0c166b06cb64293f1a979a684084d (patch) | |
tree | b39a03f148c0cee21920955d74acee9a59afc5c3 /common/CMakeLists.txt | |
parent | 944d1f728cb1612daa51aa2c550c0bcb67166852 (diff) | |
download | sink-3656a6dc4ad0c166b06cb64293f1a979a684084d.tar.gz sink-3656a6dc4ad0c166b06cb64293f1a979a684084d.zip |
Sink is not a framework
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e9cf78f..a80ef95 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -25,7 +25,7 @@ install(FILES | |||
25 | COMPONENT Devel | 25 | COMPONENT Devel |
26 | ) | 26 | ) |
27 | 27 | ||
28 | install(EXPORT SinkCommonTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkCommonTargets.cmake NAMESPACE KF5::) | 28 | install(EXPORT SinkCommonTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE SinkCommonTargets.cmake) |
29 | 29 | ||
30 | set(storage_SRCS storage_lmdb.cpp) | 30 | set(storage_SRCS storage_lmdb.cpp) |
31 | set(storage_LIBS lmdb) | 31 | set(storage_LIBS lmdb) |