Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-12-31 16:30:09 +0300
committerMuflone <webreg@vbsimple.net>2015-01-02 22:05:32 +0300
commit528bc997b1f7bcafef15b12936d8cacd8544ea24 (patch)
tree622f44cd5a1ec445cffa06a017d287abed0ee1dd /CMakeLists.txt
parentcf238deaaf30bccbcc1b89a148f3a67f36b29997 (diff)
remmina: Actually install its headers.
The installation of the headers in remmina/include/remmina has been broken ever since Remmina moved away from autotools, as the path specified in the call to install() did not exist. Move the install() call to remmina/ so that it works, and add a trailing / to the path so that we do not end up with $CMAKE_INSTALL_PREFIX/include/remmina/remmina.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2736fe72..53f5f970f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,5 +123,3 @@ if(GTK_FOUND)
endif()
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h)
-
-install(DIRECTORY include/remmina DESTINATION include/remmina FILES_MATCHING PATTERN "*.h")