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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-01-24 15:27:08 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-01-24 15:27:08 +0400
commit03b449e0815b65617cc02f3a0d0fc9e2ab33dca6 (patch)
tree97caa4d8e833642d2c065515b4e4c868b11ec224 /CPackOptions.cmake.in
parent8fd881a176f8aa3ce6371e2eda3cd5aed6109461 (diff)
CPack: revert part of previous commit
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in
index 494a1694f..01fab348c 100644
--- a/CPackOptions.cmake.in
+++ b/CPackOptions.cmake.in
@@ -7,6 +7,8 @@ if(CPACK_GENERATOR MATCHES "NSIS")
SET( CPACK_NSIS_COMPRESSOR "/SOLID lzma" ) # The arguments that will be passed to the NSIS SetCompressor command. /SOLID lzma
endif(CPACK_GENERATOR MATCHES "NSIS")
+set( CMAKE_SOURCE_DIR @CMAKE_SOURCE_DIR@ )
+set( CMAKE_BINARY_DIR @CMAKE_BINARY_DIR@ )
set( OEM_THEME_DIR @OEM_THEME_DIR@ )
if ( DEFINED OEM_THEME_DIR AND EXISTS ${OEM_THEME_DIR}/OEM.cmake )