gflags/cmake
shawke cac974eb07 Fix compatibility with older versions of CMake
The "SONAME_FLAG" was introduced in CMake 2.8.9, while the current CMake scripts require 2.8.4 (first line of CMakeLists.txt). Increasing the required CMake version will block building in less recent OSes (e.g., for Ubuntu 12.04 LTS, the latest version from the official repositories is currently 2.8.7). The more compatible solution will be to use the old variable name, i.e. the one which was used before CMake was patched.

NB: this issue is triggered upon specifying -DBUILD_SHARED_LIBS=ON.

Related bug report: http://public.kitware.com/Bug/view.php?id=13884 
Commit which implemented this new variable: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1409ac5
2014-04-07 18:03:26 +02:00
..
CheckCXXLibraryExists.cmake Modify CheckCXXLibraryExists to use CMakeFiles directory. 2014-03-17 13:25:04 +00:00
CheckForPthreads.cxx Fix check for pthreads library on Ubuntu. 2014-03-18 22:39:59 +00:00
CheckTypeSize.c.in Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +00:00
CheckTypeSize.cmake Modify CheckTypeSize.cmake module so it works with older CMake versions. 2014-03-18 21:59:48 +00:00
CheckTypeSizeMap.cmake.in Add missing CheckTypeSizeMap.cmake.in file. 2014-03-18 22:06:13 +00:00
CMakeCXXInformation.cmake Fix compatibility with older versions of CMake 2014-04-07 18:03:26 +02:00
config.cmake.in Configure and install CMake package configuration file to help find_package locate the gflags package. 2013-07-31 23:55:50 +01:00
execute_test.cmake Add missing execute_test.cmake script. 2014-03-17 16:12:56 +00:00
FindThreadsCXX.cmake Convert line endings to Unix format. 2014-03-19 15:27:08 +01:00
package.cmake.in Fix architecture used for RPM packages and DEB/RPM package file names. 2014-03-20 20:21:30 +00:00
README_runtime.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
utils.cmake Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80). 2014-03-27 01:09:20 +00:00
version.cmake.in Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version. 2013-08-01 00:27:40 +01:00