Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
4b28d3a9
Commit
4b28d3a9
authored
Oct 19, 2015
by
Ghislain MARY
Browse files
Search for iconv quietly when building with CMake.
parent
033d89eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/CMakeLists.txt
coreapi/CMakeLists.txt
+1
-1
No files found.
coreapi/CMakeLists.txt
View file @
4b28d3a9
...
...
@@ -26,7 +26,7 @@ if(MSVC AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsPhone")
endif
()
if
(
NOT WIN32
)
find_package
(
Iconv
)
find_package
(
Iconv
QUIET
)
endif
()
...
...
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