aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/about
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/about')
-rw-r--r--src/modules/about/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/about/CMakeLists.txt b/src/modules/about/CMakeLists.txt
index 4f0810c23..e944496a5 100644
--- a/src/modules/about/CMakeLists.txt
+++ b/src/modules/about/CMakeLists.txt
@@ -36,8 +36,7 @@ IF(UNIX)
SET_TARGET_PROPERTIES(kviabout PROPERTIES VERSION ${VERSION_RELEASE} SOVERSION ${VERSION_MAJOR})
INSTALL(TARGETS kviabout LIBRARY DESTINATION ${INSTALL_PREFIX}/share/kvirc/${VERSION_BRANCH}/modules/)
ENDIF()
-ELSE()
- # Windows
+ELSEIF(WIN32)
SET_TARGET_PROPERTIES(kviabout PROPERTIES VERSION ${VERSION_RELEASE} SOVERSION ${VERSION_MAJOR})
#INSTALL(TARGETS kviabout LIBRARY DESTINATION ${INSTALL_PREFIX}/ ??? /${VERSION_BRANCH}/modules/)
ENDIF()