[pkg-d-commits] [ldc] 53/149: [CMake] Change runtimelib building dependency on `conf.in` configure input file instead of the configure output file. (#1981)

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.2.0
in repository ldc.

commit 23860a4984b2e6dd3c252d0824024e652655e1cd
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Wed Jan 25 22:40:48 2017 +0100

    [CMake] Change runtimelib building dependency on `conf.in` configure input file instead of the configure output file. (#1981)
    
    Fixes the "Policy CMP0058" cmake warning.
---
 runtime/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index d4c6838..fd08f71 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -314,7 +314,7 @@ macro(dc input_d d_flags output_dir output_suffix outlist_o outlist_bc)
                 ${LDC_EXE}
                 ${LDC_EXE_FULL}
                 ${GCCBUILTINS}
-                ${PROJECT_BINARY_DIR}/../bin/${LDC_EXE}.conf
+                ${PROJECT_PARENT_DIR}/${CONFIG_NAME}.conf.in
     )
 endmacro()
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list