From aa5e5728e77cc02e31424b66b22c5b77e69e0a61 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sat, 12 Nov 2011 13:31:54 +0100 Subject: [PATCH] Build druntime and Phobos by default. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes »make install« – if you want to build only the compiler, the »ldc2« target can be used. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f606125..eafe936b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -314,4 +314,4 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") install(DIRECTORY bash_completion.d DESTINATION ${CONF_INST_DIR}) endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux") -add_subdirectory(runtime EXCLUDE_FROM_ALL) +add_subdirectory(runtime)