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
path: root/snap
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-04-10 02:29:47 +0300
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-04-10 02:29:47 +0300
commit9a5b52b393c16438e93139ea2886f50a0c206e42 (patch)
tree2d3ce15c0d654937190e7603da7ef9e9b7c0bf7c /snap
parent6b62986b44a47baa91cd637934092a8d3371c3b9 (diff)
snap: ensure we create the source gui dir if needed
Diffstat (limited to 'snap')
-rw-r--r--snap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index b0a21848d..efd16e7bb 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -48,6 +48,7 @@ endif()
set(SNAP_GUI_DIR ${SNAP_DIR}/gui)
file(MAKE_DIRECTORY ${SNAP_GUI_DIR})
+file(MAKE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/gui)
file(RELATIVE_PATH CMAKE_SOURCE_DIR_RELATIVE ${SNAP_DIR}
${CMAKE_SOURCE_DIR})