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
4d4bfbd7
Commit
4d4bfbd7
authored
May 03, 2017
by
Sylvain Berfini
🐮
Browse files
Fix another mistake in CMakeLists in coreapi/help
parent
ca33437b
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/help/CMakeLists.txt
View file @
4d4bfbd7
...
...
@@ -38,7 +38,7 @@ if (ENABLE_DOC OR ENABLE_CXX_WRAPPER OR ENABLE_CSHARP_WRAPPER)
install
(
DIRECTORY
"
${
CMAKE_CURRENT_BINARY_DIR
}
/doc/html"
"
${
CMAKE_CURRENT_BINARY_DIR
}
/doc/xml"
DESTINATION
"
${
CMAKE_INSTALL_DATADIR
}
/doc/linphone-
${
LINPHONE_VERSION
}
"
)
else
()
if
(
CXX_WRAPPER
)
if
(
ENABLE_
CXX_WRAPPER
)
message
(
FATAL_ERROR
"The dot program is needed to generate the linphone documentation. You can get it from http://www.graphviz.org/."
)
else
()
message
(
WARNING
"The dot program is needed to generate the linphone documentation. You can get it from http://www.graphviz.org/."
)
...
...
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