diff options
| author | 2008-10-09 15:55:42 +0000 | |
|---|---|---|
| committer | 2008-10-09 15:55:42 +0000 | |
| commit | e98029be69dfd568cb50fdb641ed57a0baf12cc8 (patch) | |
| tree | f067fe73d14e3d7fe9bf61ccedc6ee8ffb668c70 /doc/scriptexamples/tutorial | |
| parent | reverted defines (diff) | |
| download | KVIrc-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/tutorial')
| -rw-r--r-- | doc/scriptexamples/tutorial/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/scriptexamples/tutorial/CMakeLists.txt b/doc/scriptexamples/tutorial/CMakeLists.txt index 24d3df362..5236ebbc2 100644 --- a/doc/scriptexamples/tutorial/CMakeLists.txt +++ b/doc/scriptexamples/tutorial/CMakeLists.txt @@ -19,5 +19,5 @@ IF(UNIX) INSTALL(FILES ${tutorial} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/doc/scriptexamples/tutorial) ENDIF() ELSEIF(WIN32) - #INSTALL(FILES ${tutorial} DESTINATION ${CMAKE_INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/doc/scriptexamples/tutorial) + INSTALL(FILES ${tutorial} DESTINATION ${CMAKE_INSTALL_PREFIX}/doc/scriptexamples/tutorial) ENDIF() |
