#101 Enable C language again as long as FindThreads requires it
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 24 Mar 2015 15:36:26 +0000 (15:36 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 24 Mar 2015 15:36:26 +0000 (15:36 +0000)
commit51f1db74312c4a9718dad77d2787d0ca22cce032
treed28dc231820f1ca66d416c8c5a2f346b680d6077
parent35fcdb3b2fd13da4178f793e61eaa461af7502fc
#101 Enable C language again as long as FindThreads requires it

This avoids having patched CMake modules in the source tree of the gflags library. Usually a C compiler is installed along a C++ compiler (or it is used for C as well). The only slight downside is the extra configuration time needed by CMake to check the C compiler.
CMakeLists.txt
cmake/CMakeCXXInformation.cmake [deleted file]
cmake/CheckCXXLibraryExists.cmake [deleted file]
cmake/CheckForPthreads.cxx [deleted file]
cmake/CheckTypeSize.c.in [deleted file]
cmake/CheckTypeSize.cmake [deleted file]
cmake/CheckTypeSizeMap.cmake.in [deleted file]
cmake/FindThreadsCXX.cmake [deleted file]