diff options
| author | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-12-13 16:31:31 +0000 | 
|---|---|---|
| committer | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-12-13 16:31:31 +0000 | 
| commit | 7b67acd33ea47c03c4d649cde44c9c481f361f59 (patch) | |
| tree | 2d75f0c60e73eb4ada32fef4b8f186995b1c66b6 | |
| parent | 7cd7dc2f7e8aacbd6722bba5a525714f9337c9f6 (diff) | |
| download | extra-cmake-modules-7b67acd33ea47c03c4d649cde44c9c481f361f59.tar.gz extra-cmake-modules-7b67acd33ea47c03c4d649cde44c9c481f361f59.tar.bz2 | |
SVN_SILENT Fix doc. LIBATTICA_INCLUDE_DIRS doesn't exist.
svn path=/trunk/KDE/kdelibs/; revision=1062043
| -rw-r--r-- | modules/FindLibAttica.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/FindLibAttica.cmake b/modules/FindLibAttica.cmake index 151a3bfb..f901075a 100644 --- a/modules/FindLibAttica.cmake +++ b/modules/FindLibAttica.cmake @@ -4,7 +4,7 @@  #   LIBATTICA_FOUND          Indicates that Attica was found  #   LIBATTICA_LIBRARIES      Libraries needed to use Attica  #   LIBATTICA_LIBRARY_DIRS   Paths needed for linking against Attica -#   LIBATTICA_INCLUDE_DIRS   Paths needed for finding Attica include files +#   LIBATTICA_INCLUDE_DIR    Path needed for finding Attica include files  #  # Copyright (c) 2009 Frederik Gladhorn <gladhorn@kde.org>  # | 
