From 47699b86fa897b697d1189b025fd756a2629e3ab Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Tue, 11 Dec 2012 19:27:46 +0100 Subject: [PATCH] Remove useless runtime* target. If somebody finds value in explicitly only invoking part of the build process, this has to be redone with proper handling of multilib, ... --- runtime/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index 7bc3b682..c7f80afc 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -383,7 +383,7 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix outlist_targ ${DCRT_O} ${DCRT_C} ) - add_dependencies(phobos-ldc${target_suffix} runtime${target_suffix}) + set_target_properties( phobos-ldc${target_suffix} PROPERTIES VERSION ${DMDFE_VERSION} @@ -455,9 +455,6 @@ macro(build_runtime d_flags c_flags ld_flags lib_suffix path_suffix outlist_targ add_custom_target(bitcode-libraries${target_suffix} ALL DEPENDS ${bclibs}) endif() - - # BCLIBS is empty if BUILD_BC_LIBS is not selected - add_custom_target(runtime${target_suffix} DEPENDS ${LIBS} ${BCLIBS}) endmacro() # Builds both a debug and a release copy of druntime/Phobos.