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:
authorFlorian Reinhard <florian.reinhard@googlemail.com>2012-04-15 20:30:31 +0400
committerFlorian Reinhard <florian.reinhard@googlemail.com>2012-04-15 20:30:31 +0400
commit508d05336b365777fc5d46a5b76638c916ebb1ef (patch)
tree2f610f6c5a79594aace3a4885d4e33319ab60857
parent77fff8e1bf7bbc8d293e2d0a72327a6c48e1d45e (diff)
cmake fix.
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 811357bde..1bf001a85 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -75,7 +75,7 @@ IF( USE_INOTIFY )
add_definitions( -DUSE_INOTIFY )
set(mirall_SRCS ${mirall_SRCS} mirall/inotify.cpp)
set(mirall_HEADERS ${mirall_HEADERS} mirall/inotify.h)
-ENDIF(UNIX)
+ENDIF()
# Disabled the csync found check. Csync required for now.
set(mirall_SRCS