summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
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