From 73dbd3c8dd78b41c8d93392eac74231e5b4a20d5 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 14 Jul 2018 12:08:16 +0300 Subject: Re-enable groups --- cmake/FindOlm.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmake') 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 -- cgit 1.5.1