From d48047e4c01dba3f1c1b8dc87f4fac574855470c Mon Sep 17 00:00:00 2001 From: vitaut Date: Mon, 31 Aug 2015 08:22:25 -0700 Subject: [PATCH] Break long line --- doc/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 2990e8fc..e3cab6aa 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -6,4 +6,5 @@ endif () add_custom_target(doc COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/build.py) -install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ DESTINATION share/doc/cppformat) +install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html + DESTINATION share/doc/cppformat)