diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-01 22:42:53 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-01 22:42:53 -0500 |
commit | c1b994bdd891582812bd1c5d86d7ab3ae3d9c2d0 (patch) | |
tree | 2c1e0e51c596d5ad122dbdb3304e739afc39dc56 /libkscan | |
parent | affd77b62e432e907e3c53eac6c1af8cc6058a10 (diff) | |
download | tdegraphics-c1b994bdd891582812bd1c5d86d7ab3ae3d9c2d0.tar.gz tdegraphics-c1b994bdd891582812bd1c5d86d7ab3ae3d9c2d0.zip |
Fix typo in libkscan/CMakeLists.txt.
This resolves bug report 1302.
Thanks to Fat-Zer.
Diffstat (limited to 'libkscan')
-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 ) |