From 8276a01f609d57e0c86c65683c7da3ebf05ae071 Mon Sep 17 00:00:00 2001 From: BlackEdder Date: Tue, 22 Jul 2014 13:44:32 +0100 Subject: [PATCH] Fix capitalization of UseDub.cmake in CMakeLists.txt --- cmake-d/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-d/CMakeLists.txt b/cmake-d/CMakeLists.txt index 1ffd2ec..7a43b78 100644 --- a/cmake-d/CMakeLists.txt +++ b/cmake-d/CMakeLists.txt @@ -22,7 +22,7 @@ SET (MOD_SRCS FindGDCPath.cmake UseDDoc.cmake UseDDeps.cmake - UseDUB.cmake + UseDub.cmake dependencies.cmake UseDUnittest.cmake FindPhobos.cmake