From: Ralf Habacker Date: Tue, 15 Jan 2019 10:57:20 +0000 (+0100) Subject: Remove duplicated cmake variable definition X-Git-Tag: dbus-1.13.10~22^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b641eddd6ea553fab085ce0b5adbdaad94a28448;p=thirdparty%2Fdbus.git Remove duplicated cmake variable definition Signed-off-by: Ralf Habacker --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 558dd167f..e810d6b39 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -71,8 +71,6 @@ macro(DOCBOOK _sources _format) string(REPLACE ".xml" ".html" _outname ${_name}) set(STYLESHEET "${DOCBOOKXSL_DIR}/html/docbook.xsl") endif() - set(_outfile ${CMAKE_CURRENT_BINARY_DIR}/${_outname}) - set(_outfile ${CMAKE_CURRENT_BINARY_DIR}/${_outname}) if(EXISTS ${_sources}) if(XSLTPROC_EXECUTABLE)