From 615313c847229043eb3ebf748cd74f36fc6d0970 Mon Sep 17 00:00:00 2001 From: Serge Cohen Date: Tue, 10 Jan 2017 14:37:33 +0100 Subject: Correct contrib/ directory name in CMakeList.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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 () #}}} -- cgit v1.2.1