git: c26cf9c596c5 - main - science/libaec: Remove CMAKE_TESTING_ON

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 07 Oct 2024 14:23:53 UTC
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>