I would like to change the actual name "lyx" to "lyx20" as we have for branch 1.6 "lyx16". It allows parallel installation of lyx(trunk) and some branches.
Kornel
Index: development/cmake/CMakeLists.txt =================================================================== --- development/cmake/CMakeLists.txt (Revision 38583) +++ development/cmake/CMakeLists.txt (Arbeitskopie) @@ -13,7 +13,8 @@ cmake_policy(SET CMP0005 OLD) endif() -set(LYX_PROJECT lyx) +#needed to distinguish fron trunk, so we can install both simultaneously +set(LYX_PROJECT lyx20) project(${LYX_PROJECT}) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
signature.asc
Description: This is a digitally signed message part.