diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-01 22:42:53 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-11 03:18:48 +0100 |
commit | 1bca4dc512feb04a4eda139fedc4e7868f1d483a (patch) | |
tree | d6705951c924733a2b2e527663062d6a2550de12 | |
parent | 91c85623779b07f33a690da02061efb41b34c28e (diff) | |
download | tdegraphics-1bca4dc512feb04a4eda139fedc4e7868f1d483a.tar.gz tdegraphics-1bca4dc512feb04a4eda139fedc4e7868f1d483a.zip |
Fix typo in libkscan/CMakeLists.txt.
This resolves bug report 1302.
Thanks to Fat-Zer.
(cherry picked from commit c1b994bdd891582812bd1c5d86d7ab3ae3d9c2d0)
-rw-r--r-- | libkscan/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkscan/CMakeLists.txt b/libkscan/CMakeLists.txt index b1c75eb4..12ecff9f 100644 --- a/libkscan/CMakeLists.txt +++ b/libkscan/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -project( libksane ) +project( libkscan ) include( ConfigureChecks.cmake ) |