Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
gflags
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
gflags
Commits
f4791745
Commit
f4791745
authored
Mar 17, 2014
by
Andreas Franek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixed letter case of included file names
* C language definition is needed for CheckForPthreads.c
parent
a4c4a01a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+2
-2
FindThreadsCxx.cmake
cmake/FindThreadsCxx.cmake
+1
-1
No files found.
CMakeLists.txt
View file @
f4791745
...
...
@@ -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
(
CheckC
xx
SymbolExists
)
include
(
CheckC
XX
SymbolExists
)
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
)
...
...
cmake/FindThreadsCxx.cmake
View file @
f4791745
...
...
@@ -35,7 +35,7 @@
include
(
CheckIncludeFileCXX
)
include
(
CheckLibraryExists
)
include
(
CheckC
xx
SymbolExists
)
include
(
CheckC
XX
SymbolExists
)
set
(
Threads_FOUND FALSE
)
# Do we have sproc?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment