From 7b2afde30f76a8b5dacb4e6c0919f80e5b94df54 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Fri, 25 Nov 2016 00:25:14 -0500 Subject: [PATCH] few formatting fixes --- cmake/libefpConfig.cmake.in | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/cmake/libefpConfig.cmake.in b/cmake/libefpConfig.cmake.in index 56430046..727fa791 100644 --- a/cmake/libefpConfig.cmake.in +++ b/cmake/libefpConfig.cmake.in @@ -2,9 +2,7 @@ # ------------------ # # LIBEFP cmake module. -# This module sets the following variables in your project: -# -# :: +# This module sets the following variables in your project:: # # libefp_FOUND - true if libefp and all required components found on the system # libefp_VERSION - libefp version in format Major.Minor.Release @@ -16,18 +14,14 @@ # libefp_FRAGLIB_DIRS - Directories (list) where EFP fragments are located # # -# Available components: shared static -# -# :: +# Available components: shared static :: # # shared - search for only shared library # static - search for only static library # shallow - search for only fragment library where directory structure has been collapsed # # -# Exported targets: -# -# :: +# Exported targets:: # # If libefp is found, this module defines the following :prop_tgt:`IMPORTED` # target. Target is shared _or_ static, so, for both, use separate, not @@ -36,17 +30,13 @@ # libefp::efp - the main libefp library with header & defs attached. # # -# Suggested usage: -# -# :: +# Suggested usage:: # # find_package(libefp) # find_package(libefp 1.3.0 EXACT CONFIG REQUIRED COMPONENTS shared) # # -# The following variables can be set to guide the search for this package: -# -# :: +# The following variables can be set to guide the search for this package:: # # libefp_DIR - CMake variable, set to directory containing this Config file # CMAKE_PREFIX_PATH - CMake variable, set to root directory of this package