pkgsrc-WIP-changes archive

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

overgrowth: CMake compat



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Thu Aug 27 20:03:19 2026 -0700
Changeset:	c06eeffe68d86b808f59958d0be499b33124401d

Modified Files:
	overgrowth/Makefile

Log Message:
overgrowth: CMake compat

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c06eeffe68d86b808f59958d0be499b33124401d

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

diffstat:
 overgrowth/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/overgrowth/Makefile b/overgrowth/Makefile
index 30711e071f..33c0f911d1 100644
--- a/overgrowth/Makefile
+++ b/overgrowth/Makefile
@@ -16,6 +16,7 @@ USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++11
 
 CMAKE_CONFIGURE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
+CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5
 CMAKE_CONFIGURE_ARGS+=	-DENABLE_RAD_TELEMETRY=OFF
 CMAKE_CONFIGURE_ARGS+=	-DBUILD_OGDA=OFF
 CMAKE_CONFIGURE_ARGS+=	-DAUX_DATA=${PREFIX}/share/overgrowth


Home | Main Index | Thread Index | Old Index