summaryrefslogtreecommitdiff
path: root/cmake/FindAsciidoctor.cmake
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-09-28 20:37:38 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-01 18:31:41 +0200
commitbaf8f635fff9e3b5417d3d88efb35df3f1c59a8d (patch)
tree98a0e3dcb62d3730da9111cfebc0f510c1a55ad6 /cmake/FindAsciidoctor.cmake
parent779420d50d366fd8864a3c5bf5585160443a28cc (diff)
downloadweechat-baf8f635fff9e3b5417d3d88efb35df3f1c59a8d.zip
core: fix style in CMake files
Diffstat (limited to 'cmake/FindAsciidoctor.cmake')
-rw-r--r--cmake/FindAsciidoctor.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindAsciidoctor.cmake b/cmake/FindAsciidoctor.cmake
index 43f61cef8..9ff57ca01 100644
--- a/cmake/FindAsciidoctor.cmake
+++ b/cmake/FindAsciidoctor.cmake
@@ -34,7 +34,7 @@ if(ASCIIDOCTOR_EXECUTABLE)
execute_process(
COMMAND ${ASCIIDOCTOR_EXECUTABLE} --version
OUTPUT_VARIABLE ASCIIDOCTOR_VERSION
- )
+ )
string(REGEX REPLACE "^Asciidoctor ([^ ]+) .*" "\\1" ASCIIDOCTOR_VERSION "${ASCIIDOCTOR_VERSION}")
@@ -45,5 +45,5 @@ if(ASCIIDOCTOR_EXECUTABLE)
mark_as_advanced(
ASCIIDOCTOR_EXECUTABLE
ASCIIDOCTOR_VERSION
- )
+ )
endif()