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