aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-08-14 13:02:34 -0700
committerGerald Combs <gerald@wireshark.org>2017-08-14 20:28:10 +0000
commit9f7f401f325d2e92016e99cc39992d9ee34f73bf (patch)
tree75bedf8abe604256ea1df8bcc6f45c83a56ca033 /cmake/modules
parent01449b849e55e9cb599a9a9c5c3d0ef0db4181d3 (diff)
CMake: Remove an unused variable.
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 <gerald@wireshark.org>
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindASCIIDOC.cmake1
1 files changed, 0 insertions, 1 deletions
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 )