summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSerge Cohen <serge@chocolatnoir.net>2017-01-10 14:37:33 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-01-10 15:43:52 +0100
commit615313c847229043eb3ebf748cd74f36fc6d0970 (patch)
tree280bf06e4ed540a9047bf90475324a741a3373ba /CMakeLists.txt
parent20e0efa57c172521397438bcf30081f2a1577019 (diff)
downloadufo-filters-615313c847229043eb3ebf748cd74f36fc6d0970.tar.gz
ufo-filters-615313c847229043eb3ebf748cd74f36fc6d0970.tar.bz2
ufo-filters-615313c847229043eb3ebf748cd74f36fc6d0970.tar.xz
ufo-filters-615313c847229043eb3ebf748cd74f36fc6d0970.zip
Correct contrib/ directory name in CMakeList.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 367fb83..6e8c3ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,7 +69,7 @@ endif ()
add_subdirectory(docs)
add_subdirectory(deps)
add_subdirectory(src)
-if ("${WITH_CONTRIBS}")
- add_subdirectory(contribs)
+if ("${WITH_CONTRIB}")
+ add_subdirectory(contrib)
endif ()
#}}}