aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scriptexamples/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-10-09 15:55:42 +0000
committerGravatar Fabio Bas2008-10-09 15:55:42 +0000
commite98029be69dfd568cb50fdb641ed57a0baf12cc8 (patch)
treef067fe73d14e3d7fe9bf61ccedc6ee8ffb668c70 /doc/scriptexamples/CMakeLists.txt
parentreverted defines (diff)
downloadKVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.tar.gz
KVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.tar.bz2
KVIrc-e98029be69dfd568cb50fdb641ed57a0baf12cc8.zip
fixed some CMakeLists.txt's INSTALL commands for windows
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2679 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'doc/scriptexamples/CMakeLists.txt')
-rw-r--r--doc/scriptexamples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scriptexamples/CMakeLists.txt b/doc/scriptexamples/CMakeLists.txt
index 18e4e1c8e..77897b167 100644
--- a/doc/scriptexamples/CMakeLists.txt
+++ b/doc/scriptexamples/CMakeLists.txt
@@ -27,5 +27,5 @@ IF(UNIX)
INSTALL(FILES ${scriptexamples} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples)
ENDIF()
ELSEIF(WIN32)
- #INSTALL(FILES ${scriptexamples} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples)
+ INSTALL(FILES ${scriptexamples} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples)
ENDIF()