Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
few formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Nov 25, 2016
1 parent e234af8 commit 7b2afde
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions cmake/libefpConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7b2afde

Please sign in to comment.