diff options
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() |
