pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul 17 06:43:59 UTC 2023

Modified Files:
        pkgsrc/devel/cmake: build.mk

Log Message:
cmake: Support out-of-tree build of consumers


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/cmake/build.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/build.mk
diff -u pkgsrc/devel/cmake/build.mk:1.8 pkgsrc/devel/cmake/build.mk:1.9
--- pkgsrc/devel/cmake/build.mk:1.8     Sat Mar 25 18:29:44 2023
+++ pkgsrc/devel/cmake/build.mk Mon Jul 17 06:43:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.8 2023/03/25 18:29:44 gdt Exp $
+# $NetBSD: build.mk,v 1.9 2023/07/17 06:43:59 ryoon Exp $
 #
 # This Makefile fragment supports building using the CMake build tool.
 #
@@ -80,7 +80,8 @@ cmake-configure:
                --install-prefix ${PREFIX} \
                -B ${CMAKE_BUILD_DIR} \
                -G ${_CMAKE_BUILD_SYSTEM:Q} \
-               ${CMAKE_CONFIGURE_ARGS}
+               ${CMAKE_CONFIGURE_ARGS} \
+               ${WRKSRC}
 .endfor
 
 do-build: cmake-build



Home | Main Index | Thread Index | Old Index