diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2009-05-26 07:50:25 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2009-05-26 07:50:25 +0000 |
commit | 47deb33eb4acf0d48476eb07cf7ab0e3a187b580 (patch) | |
tree | 963e1a1afda27f2e33f666cf58f9d80bdfdf804b /modules | |
parent | 3708a63008ee9b8cdee6acf24019d76aaa09d372 (diff) | |
download | extra-cmake-modules-47deb33eb4acf0d48476eb07cf7ab0e3a187b580.tar.gz extra-cmake-modules-47deb33eb4acf0d48476eb07cf7ab0e3a187b580.tar.bz2 |
fixed double install
svn path=/trunk/KDE/kdelibs/; revision=972977
Diffstat (limited to 'modules')
-rw-r--r-- | modules/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index b67e7337..7d61821e 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -33,13 +33,11 @@ install( FILES cmake-modules-styleguide.txt FindPyQt.py FindSIP.py PythonCompile.py - Win32.Manifest.in ${cmakeFiles} DESTINATION ${module_install_dir} ) if (KDE4_ENABLE_UAC_MANIFEST) - install( FILES cmake-modules-styleguide.txt - Win32.Manifest.in + install( FILES Win32.Manifest.in DESTINATION ${module_install_dir} ) endif (KDE4_ENABLE_UAC_MANIFEST) |