Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
louiz’
biboumi
Commits
23db31cf
Commit
23db31cf
authored
May 11, 2014
by
louiz’
Browse files
[cmake] Do not print useless messages when an optional lib is not found
parent
579ca4bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
CMakeLists.txt
+0
-4
No files found.
CMakeLists.txt
View file @
23db31cf
...
@@ -29,14 +29,10 @@ include_directories(${ICONV_INCLUDE_DIRS})
...
@@ -29,14 +29,10 @@ include_directories(${ICONV_INCLUDE_DIRS})
if
(
LIBIDN_FOUND
)
if
(
LIBIDN_FOUND
)
include_directories
(
${
LIBIDN_INCLUDE_DIRS
}
)
include_directories
(
${
LIBIDN_INCLUDE_DIRS
}
)
else
()
message
(
"Building without stringprep support."
)
endif
()
endif
()
if
(
SYSTEMDDAEMON_FOUND
)
if
(
SYSTEMDDAEMON_FOUND
)
include_directories
(
${
SYSTEMDDAEMON_INCLUDE_DIRS
}
)
include_directories
(
${
SYSTEMDDAEMON_INCLUDE_DIRS
}
)
else
()
message
(
"Building without systemd daemon support."
)
endif
()
endif
()
set
(
POLLER_DOCSTRING
"Choose the poller between POLL and EPOLL (Linux-only)"
)
set
(
POLLER_DOCSTRING
"Choose the poller between POLL and EPOLL (Linux-only)"
)
...
...
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