mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
* fixed letter case of included file names
* C language definition is needed for CheckForPthreads.c
This commit is contained in:
parent
a4c4a01a37
commit
f479174573
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ set (PACKAGE_STRING "${PROJECT_NAME} ${PACKAGE_VERSION}")
|
|||
set (PACKAGE_TARNAME "${PROJECT_NAME}-${PACKAGE_VERSION}")
|
||||
set (PACKAGE_BUGREPORT "https://code.google.com/p/gflags/issues/")
|
||||
|
||||
project (${PROJECT_NAME} CXX)
|
||||
project (${PROJECT_NAME} CXX C)
|
||||
|
||||
version_numbers (
|
||||
${PACKAGE_VERSION}
|
||||
|
@ -62,7 +62,7 @@ endif ()
|
|||
# system checks
|
||||
include (CheckTypeSize)
|
||||
include (CheckIncludeFileCXX)
|
||||
include (CheckCxxSymbolExists)
|
||||
include (CheckCXXSymbolExists)
|
||||
|
||||
set (GFLAGS_INTTYPES_FORMAT "" CACHE STRING "Format of integer types: \"C99\" (uint32_t), \"BSD\" (u_int32_t), \"VC7\" (__int32)")
|
||||
mark_as_advanced(GFLAGS_INTTYPES_FORMAT)
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
include (CheckIncludeFileCXX)
|
||||
include (CheckLibraryExists)
|
||||
include (CheckCxxSymbolExists)
|
||||
include (CheckCXXSymbolExists)
|
||||
set(Threads_FOUND FALSE)
|
||||
|
||||
# Do we have sproc?
|
||||
|
|
Loading…
Add table
Reference in a new issue