From 231c16df25e562ae2b3c7a43050dc35ad9267202 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 26 May 2016 06:48:12 -0700 Subject: [PATCH] Break long lines --- fmt/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fmt/CMakeLists.txt b/fmt/CMakeLists.txt index bc8b2026..cd5d4b82 100644 --- a/fmt/CMakeLists.txt +++ b/fmt/CMakeLists.txt @@ -74,7 +74,8 @@ if (FMT_INSTALL) ${PROJECT_SOURCE_DIR}/support/cmake/fmt-config.cmake.in ${project_config} INSTALL_DESTINATION ${FMT_CMAKE_DIR}) - export(TARGETS ${INSTALL_TARGETS} FILE ${PROJECT_BINARY_DIR}/${targets_export_name}.cmake) + export(TARGETS ${INSTALL_TARGETS} + FILE ${PROJECT_BINARY_DIR}/${targets_export_name}.cmake) # Install version, config and target files. install( @@ -83,7 +84,8 @@ if (FMT_INSTALL) install(EXPORT ${targets_export_name} DESTINATION ${FMT_CMAKE_DIR}) # Install the library and headers. - install(TARGETS ${INSTALL_TARGETS} EXPORT ${targets_export_name} DESTINATION ${FMT_LIB_DIR}) + install(TARGETS ${INSTALL_TARGETS} EXPORT ${targets_export_name} + DESTINATION ${FMT_LIB_DIR}) install(FILES ${FMT_HEADERS} DESTINATION include/fmt) if (FMT_CPPFORMAT) install(TARGETS cppformat DESTINATION ${FMT_LIB_DIR})