]> git.lyx.org Git - features.git/commitdiff
Set destdir for cpack correctly again
authorKornel Benko <kornel@lyx.org>
Thu, 2 Sep 2010 11:50:05 +0000 (11:50 +0000)
committerKornel Benko <kornel@lyx.org>
Thu, 2 Sep 2010 11:50:05 +0000 (11:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35267 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 92d0bb848fc125b0ae0a01a93e44b95796b0bc9a..18b3fcd2b3a465dcf4db84b02e201fb0a48d9639 100644 (file)
@@ -479,7 +479,7 @@ FILE(STRINGS "${TOP_SRC_DIR}/development/cmake/LyX_summary.txt" CPACK_PACKAGE_DE
 set(CPACK_PACKAGE_INSTALL_DIRECTORY "CMake ${LYX_INSTALL_SUFFIX}")
 #
 # needed by rpm
-set(CPACK_set_DESTDIR "ON")
+set(CPACK_SET_DESTDIR "ON")
 FILE(READ "${TOP_SRC_DIR}/development/cmake/LyX_license.txt" CPACK_RPM_PACKAGE_LICENSE)
 set(CPACK_RPM_PACKAGE_GROUP "Applications/Publishing")
 set(CPACK_RPM_PACKAGE_VENDOR "The LyX team")