From c26cf9c596c55a4cd296003cd8f458cd2bba5775 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 7 Oct 2024 21:51:06 +0800 Subject: [PATCH] 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