From 47deb33eb4acf0d48476eb07cf7ab0e3a187b580 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 26 May 2009 07:50:25 +0000 Subject: fixed double install svn path=/trunk/KDE/kdelibs/; revision=972977 --- modules/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules') 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) -- cgit v1.2.1