From 112d58dcfbd0b78f1106b5abc956d65b7cbb6374 Mon Sep 17 00:00:00 2001 From: Konstantin Oblaukhov Date: Fri, 25 Oct 2013 09:16:41 +0700 Subject: [PATCH] Fix installation. --- 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 7ae7f2a..8428ca4 100644 --- a/cmake-d/CMakeLists.txt +++ b/cmake-d/CMakeLists.txt @@ -30,7 +30,7 @@ SET (MOD_SRCS SET (PLAT_SRCS Platform/Linux-dmd.cmake Platform/Linux-gdc.cmake - Platform/Linux-ldc.cmake + Platform/Linux-ldc2.cmake Platform/Windows-dmd.cmake Platform/Windows-gdc.cmake )