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:   markd
Date:           Wed Sep 28 10:02:26 UTC 2022

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

Log Message:
cmake: use CMAKE_CONFIGURE_ARGS in build.mk as documented


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/cmake/build.mk:1.4
--- pkgsrc/devel/cmake/build.mk:1.3     Thu Aug 18 16:20:15 2022
+++ pkgsrc/devel/cmake/build.mk Wed Sep 28 10:02:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.3 2022/08/18 16:20:15 rillig Exp $
+# $NetBSD: build.mk,v 1.4 2022/09/28 10:02:26 markd Exp $
 #
 # This Makefile fragment supports building using the CMake build tool.
 #
@@ -74,7 +74,7 @@ cmake-configure:
                --install-prefix ${PREFIX} \
                -B ${CMAKE_BUILD_DIR} \
                -G ${_CMAKE_BUILD_SYSTEM:Q} \
-               ${CMAKE_ARGS}
+               ${CMAKE_CONFIGURE_ARGS}
 .endfor
 
 do-build: cmake-build



Home | Main Index | Thread Index | Old Index