summaryrefslogtreecommitdiffstats
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
parent4f41c0df4dcbaa36d1828db15e3dd251e5588088 (diff)
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