Author: kornel
Date: Sat Jun 5 13:20:32 2010
New Revision: 34601
URL: http://www.lyx.org/trac/changeset/34601
Log:
Use different package name for branch and trunk to enable installation of both
at the same time
Modified:
lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt
Modified: lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt Sat Jun
5 13:06:13 2010 (r34600)
+++ lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt Sat Jun
5 13:20:32 2010 (r34601)
@@ -13,7 +13,8 @@
cmake_policy(SET CMP0005 OLD)
endif(COMMAND cmake_policy)
-project(lyx)
+# needed to distinguish fron trunk, so we can install both simultaneously
+project(lyx16)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)