Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
G
glog
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
glog
Commits
9d28cac4
Commit
9d28cac4
authored
7 years ago
by
Dariusz Ostolski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added HAVE_PWD_H to cmake build
parent
2d3cf268
master
glog-juefx
v0.4.0
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
No files found.
CMakeLists.txt
View file @
9d28cac4
...
@@ -84,6 +84,7 @@ check_include_file (syslog.h HAVE_SYSLOG_H)
...
@@ -84,6 +84,7 @@ check_include_file (syslog.h HAVE_SYSLOG_H)
check_include_file
(
ucontext.h HAVE_UCONTEXT_H
)
check_include_file
(
ucontext.h HAVE_UCONTEXT_H
)
check_include_file
(
unistd.h HAVE_UNISTD_H
)
check_include_file
(
unistd.h HAVE_UNISTD_H
)
check_include_file
(
unwind.h HAVE_UNWIND_H
)
check_include_file
(
unwind.h HAVE_UNWIND_H
)
check_include_file
(
pwd.h HAVE_PWD_H
)
check_include_file_cxx
(
"ext/hash_map"
HAVE_EXT_HASH_MAP
)
check_include_file_cxx
(
"ext/hash_map"
HAVE_EXT_HASH_MAP
)
check_include_file_cxx
(
"ext/hash_set"
HAVE_EXT_HASH_SET
)
check_include_file_cxx
(
"ext/hash_set"
HAVE_EXT_HASH_SET
)
...
...
This diff is collapsed.
Click to expand it.
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