diff options
| author | 2010-04-18 14:35:00 +0000 | |
|---|---|---|
| committer | 2010-04-18 14:35:00 +0000 | |
| commit | 5317d351ec4b451b19dd80dc19404a8e5bb246dd (patch) | |
| tree | 7118209f22d31ddf71b0beeaa59cf11e42dfa063 | |
| parent | fix for #763 (diff) | |
| download | KVIrc-5317d351ec4b451b19dd80dc19404a8e5bb246dd.tar.gz KVIrc-5317d351ec4b451b19dd80dc19404a8e5bb246dd.tar.bz2 KVIrc-5317d351ec4b451b19dd80dc19404a8e5bb246dd.zip | |
fixed win32 build
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4259 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | win32build/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win32build/CMakeLists.txt b/win32build/CMakeLists.txt index f1c598b63..c1eb2a334 100644 --- a/win32build/CMakeLists.txt +++ b/win32build/CMakeLists.txt @@ -1,12 +1,7 @@ # CMakeLists for win32build
SUBDIRS(translations)
-SET(files
- README.txt
-)
-
IF(WIN32)
#attention: nsis scripts contains ${variables} that would be replaced by cmake
CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/cmake/KVIrc.nsi.cmake ${PROJECT_BINARY_DIR}/KVIrc.nsi @ONLY)
- INSTALL(FILES ${files} DESTINATION ${PROJECT_BINARY_DIR}/)
ENDIF()
\ No newline at end of file |
