summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-14 12:08:16 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-14 12:08:16 +0300
commit73dbd3c8dd78b41c8d93392eac74231e5b4a20d5 (patch)
tree8f48775d63a917faacfff03a55b1767bfb75477a /cmake
parentProperly display the bottom border on the TopRoomBar (diff)
downloadnheko-73dbd3c8dd78b41c8d93392eac74231e5b4a20d5.tar.xz
Re-enable groups
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindOlm.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/FindOlm.cmake b/cmake/FindOlm.cmake
index aaccdb0c..da68dbf5 100644
--- a/cmake/FindOlm.cmake
+++ b/cmake/FindOlm.cmake
@@ -6,6 +6,10 @@
 # OLM_LIBRARY     = full path to the library
 # OLM_INCLUDE_DIR = where to find the library headers
 #
+if(WIN32)
+    message(STATUS "FindOlm is not supported in Windows")
+    return()
+endif()
 
 find_path(OLM_INCLUDE_DIR
           NAMES olm/olm.h