projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1461965
)
[cmake] Fix hb-blob test (#699)
author
Ebrahim Byagowi
<ebrahim@gnu.org>
Thu, 11 Jan 2018 09:01:05 +0000
(12:31 +0330)
committer
GitHub
<noreply@github.com>
Thu, 11 Jan 2018 09:01:05 +0000
(12:31 +0330)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
e45c5bc
..
4d52668
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-107,10
+107,10
@@
check_include_file(unistd.h HAVE_UNIST_H)
if (${HAVE_UNIST_H})
add_definitions(-DHAVE_UNIST_H)
endif ()
-check_include_file(sys/mman.h HAVE_SYS_MMAN_H)
-if (${HAVE_SYS_MMAN_H})
- add_definitions(-DHAVE_SYS_MMAN_H)
-endif ()
+
#
check_include_file(sys/mman.h HAVE_SYS_MMAN_H)
+
#
if (${HAVE_SYS_MMAN_H})
+
#
add_definitions(-DHAVE_SYS_MMAN_H)
+
#
endif ()
check_include_file(xlocale.h HAVE_XLOCALE_H)
if (${HAVE_XLOCALE_H})
add_definitions(-DHAVE_XLOCALE_H)