From 9f7f401f325d2e92016e99cc39992d9ee34f73bf Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 14 Aug 2017 13:02:34 -0700 Subject: CMake: Remove an unused variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove a variable apparently left over from the DocBook→AsciiDoc transition. Change-Id: Ieb6e2fd282ab71227bc5d33c200f04051acf529b Reviewed-on: https://code.wireshark.org/review/23077 Reviewed-by: Gerald Combs --- cmake/modules/FindASCIIDOC.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/modules') diff --git a/cmake/modules/FindASCIIDOC.cmake b/cmake/modules/FindASCIIDOC.cmake index 31fbb71fd3..d8dff81c0a 100644 --- a/cmake/modules/FindASCIIDOC.cmake +++ b/cmake/modules/FindASCIIDOC.cmake @@ -67,7 +67,6 @@ MACRO( ASCIIDOC2DOCBOOK _asciidocsource _conf_files _src_files _built_deps ) GET_FILENAME_COMPONENT( _source_base_name ${_asciidocsource} NAME_WE ) set( A2X_HTML_OPTS --stylesheet=ws.css ) set( _output_xml ${_source_base_name}.xml ) - set( _output_dbk ${_source_base_name}.dbk ) foreach(_conf_file ${${_conf_files}}) TO_A2X_COMPATIBLE_PATH ( ${CMAKE_CURRENT_SOURCE_DIR}/${_conf_file} _a2x_conf_file ) -- cgit v1.2.3