diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 18:46:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-24 18:46:52 -0600 |
commit | 49b7f1fc787b969aad8fea4d4d2b15ef63cc4795 (patch) | |
tree | 300570473901a14ed7fabf44e2388e0b37a0d35a /CMakeLists.txt | |
parent | fd5c28e98646633a12d2e8c51d731e8295375d6e (diff) | |
download | tde-style-qtcurve-49b7f1fc787b969aad8fea4d4d2b15ef63cc4795.tar.gz tde-style-qtcurve-49b7f1fc787b969aad8fea4d4d2b15ef63cc4795.zip |
Fix CMake files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce3f2b9..e9dee81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include(CPack) ##### general package setup ##################### -project( kio-locate ) +project( tde-style-qtcurve ) ##### include essential cmake modules ########### |