diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-14 12:08:16 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-14 12:08:16 +0300 |
commit | 73dbd3c8dd78b41c8d93392eac74231e5b4a20d5 (patch) | |
tree | 8f48775d63a917faacfff03a55b1767bfb75477a /cmake | |
parent | Properly display the bottom border on the TopRoomBar (diff) | |
download | nheko-73dbd3c8dd78b41c8d93392eac74231e5b4a20d5.tar.xz |
Re-enable groups
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindOlm.cmake | 4 |
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 |