Kornel Benko schreef op 26-3-2014 20:59:
diff --git a/CMakeLists.txt b/CMakeLists.txt index 023c3e1..037fb4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,8 @@cmake_minimum_required(VERSION 2.6.4) -set(LYX_PROJECT LyX)+#needed to distinguish from trunk, so we can install both simultaneously +set(LYX_PROJECT lyx21)enable_testing()
Isn't there a dynamic way to do this. Parse configure.py or something ? Vincent