diff options
Diffstat (limited to 'doc/scriptexamples/CMakeLists.txt')
| -rw-r--r-- | doc/scriptexamples/CMakeLists.txt | 2 |
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() |
