Commit graph

26 commits

Author SHA1 Message Date
Andreas Schuh
a49a656f1e Use dpkg --print-architecture also for RPM generator. 2014-03-20 04:24:57 +00:00
Andreas Schuh
e8890f274a Set additional DEB CPack variables in package.cmake.in. 2014-03-20 04:20:15 +00:00
Andreas Schuh
b6f61ab0ce Fix bugs in package configuration file. 2014-03-20 03:38:59 +00:00
Andreas Schuh
37a9a90d1d Set RPM CPack variables already in CMakeList.txt. 2014-03-20 03:27:13 +00:00
Andreas Schuh
516e028901 Set RPM generator specific variables. 2014-03-20 03:23:08 +00:00
Andreas Schuh
9ecc4cab3b Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
unknown
3d142b88d7 Convert line endings to Unix format. 2014-03-19 15:27:08 +01:00
Andreas Schuh
b18fe77ecd Fix check for pthreads library on Ubuntu. 2014-03-18 22:39:59 +00:00
Andreas Schuh
b8f5717416 Add missing CheckTypeSizeMap.cmake.in file.
Copied from CMake master branch.
2014-03-18 22:06:13 +00:00
Andreas Schuh
492ac156bc Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
Expose as few system variables as possible through public interface.
Perform STRIP_FLAGS_HELP test using CMake instead of Bash.
Change file path separator used by gflags_reporting.cc to backslash on Windwos.
2014-03-18 22:03:10 +00:00
Andreas Schuh
cf92ec3bf0 Modify CheckTypeSize.cmake module so it works with older CMake versions. 2014-03-18 21:59:48 +00:00
Andreas Schuh
8d93bca20a Minor CMake coding style change of version_numbers function. 2014-03-17 21:16:31 +00:00
Andreas Schuh
0d9486f9a3 Pass --test_tmpdir and --srcdir to unittests. 2014-03-17 21:15:52 +00:00
Andreas Schuh
c94e9bec36 Add missing execute_test.cmake script. 2014-03-17 16:12:56 +00:00
Andreas Schuh
bf918e630f Rename FindThreadsCXX module. 2014-03-17 13:44:03 +00:00
Andreas Schuh
33ee7ad6ef Fix typo in documentation and path of execute_test.cmake script. 2014-03-17 13:41:46 +00:00
Andreas Schuh
9b3c4a81c2 Modify CheckCXXLibraryExists to use CMakeFiles directory. 2014-03-17 13:25:04 +00:00
Andreas Schuh
f1e7b37c48 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. 2014-03-17 13:17:44 +00:00
Andreas Schuh
1b1b61d305 Fix previous change of FindThreadsCxx.cmake by copying needed source file from CMake installation, changing the file name extension only. 2014-03-17 12:38:41 +00:00
Andreas Schuh
c5627a75bc Use CheckForPthreads.cxx to find pthreads library on Ubuntu. 2014-03-17 12:35:28 +00:00
Andreas Franek
f479174573 * fixed letter case of included file names
* C language definition is needed for CheckForPthreads.c
2014-03-17 09:38:15 +01:00
Andreas Schuh
8477f3174e Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +00:00
Andreas Schuh
8a563cfca3 Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. 2014-03-14 20:32:37 +00:00
Andreas Schuh
7a07439cf6 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
Andreas Schuh
2ec91bffad Move definition of configure_sources CMake function to utils module. 2013-08-01 00:17:53 +01:00
Andreas Schuh
42a0018843 Configure and install CMake package configuration file to help find_package locate the gflags package. 2013-07-31 23:55:50 +01:00