From 30a90aaf0ecc895b2eb35b569165e84d797a88b7 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 11 Dec 2012 18:04:13 +0100 Subject: [PATCH] Remove useless phobos2 target. --- runtime/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index d4bda379..8723c375 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -402,7 +402,6 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix outlist_targ endif() list(APPEND ${outlist_targets} "phobos-ldc${target_suffix}") - add_dependencies(phobos2 DEPENDS phobos-ldc${target_suffix}) endif() if(BUILD_BC_LIBS) @@ -471,9 +470,6 @@ endmacro() # Set up build targets. # -if(PHOBOS2_DIR) - add_custom_target(phobos2) -endif() if(MSVC) if (LINK_WITH_MSVCRT) set(RT_CFLAGS "/MDd")