Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-01-07 17:46:15 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-09 17:39:32 +0300
commitbf8edc8374f233489c4ae86f916143a03a1e95bd (patch)
tree68e611770e21c1731bdaf5727699a6d74ed92086 /CMakeLists.txt
parent6725cd5826f13dde8996f638a0d28ebb5aaa3531 (diff)
[CMAKE] Use FindINotify provided by ecm
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a67e2b95..7ce56e68c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -153,9 +153,7 @@ if(BUILD_CLIENT)
endif(APPLE)
if(UNIX AND NOT APPLE)
- find_package(INotify REQUIRED)
- else()
- find_package(INotify)
+ find_package(Inotify REQUIRED)
endif()
find_package(Sphinx)
find_package(PdfLatex)