Date: Mon, 7 Oct 2024 14:23:53 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c26cf9c596c5 - main - science/libaec: Remove CMAKE_TESTING_ON Message-ID: <202410071423.497ENrMC029455@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c26cf9c596c55a4cd296003cd8f458cd2bba5775 commit c26cf9c596c55a4cd296003cd8f458cd2bba5775 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-07 13:51:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-07 14:16:42 +0000 science/libaec: Remove CMAKE_TESTING_ON CMAKE_TESTING_ON defaults to BUILD_TESTING. --- science/libaec/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/science/libaec/Makefile b/science/libaec/Makefile index 16402743db3e..8df9c8eecaa7 100644 --- a/science/libaec/Makefile +++ b/science/libaec/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake:testing CMAKE_OFF= AEC_FUZZING BUILD_TESTING -CMAKE_TESTING_ON= BUILD_TESTING USE_LDCONFIG= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410071423.497ENrMC029455>