Bug #185
Does not cmake with cmake-2.4.6-r1 or lower
0%
Description
Quassel (latest git; SHA 6623ba49cc1361179e95e8e3b976fd4c45298949 (I think xD)) fails to cmake with the following error using cmake 2.4.6-r1 or below:
CMake Error: Error in cmake code at
/home/strager/projects/quassel/CMakeLists.txt:93:
ADD_DEPENDENCIES Adding dependency to non-existent target: mod_common
Current CMake stack: /home/strager/projects/quassel/CMakeLists.txt;/usr/share/cmake/Modules/CMakeCInformation.cmake;/usr/share/cmake/Modules/CMakeCXXInformation.cmake
cmake 2.4.7-r1 and above operate properly.
Workaround (forcing users to upgrade) can be accomplished with a simple patch to /CMakeList.txt.
Additional information:
$ uname -a
Linux strager-laptop 2.6.24-reiser4-r3 #1 SMP Sat Apr 19 14:20:17 EDT 2008 x86_64 AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53 AuthenticAMD GNU/Linux
$ cmake --version # Non-working version
cmake version 2.4-patch 6
$ cmake --version # Earliest working version
cmake version 2.4-patch 7
History
#1 Updated by Sputnick over 16 years ago
Bumped cmake requirement to 2.4.7. Thanks strager!