diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-31 14:55:07 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-31 14:55:07 +0900 |
commit | 9222abb1ae7e40cdf1d1eb62f6d38d2168f1c133 (patch) | |
tree | 272a88e549c2e633e7b780e14a63d1da0478af5d | |
parent | efeb50a46ad824aa258472f6ac8da74810f05a55 (diff) | |
download | libquotient-9222abb1ae7e40cdf1d1eb62f6d38d2168f1c133.tar.gz libquotient-9222abb1ae7e40cdf1d1eb62f6d38d2168f1c133.zip |
Install CMake files to the proper place
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c5511935..aca82c49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,7 @@ install (TARGETS qmc-example RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) #export(TARGETS qmatrixclient FILE QMatrixClientConfig.cmake EXPORT_LINK_INTERFACE_LIBRARIES) export(EXPORT QMatrixClient) export(PACKAGE QMatrixClient) -install (EXPORT QMatrixClient DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/qmatrixclient) +install (EXPORT QMatrixClient DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake) if (WIN32) install (FILES mime/packages/freedesktop.org.xml |