science/libaec: Remove CMAKE_TESTING_ON

CMAKE_TESTING_ON defaults to BUILD_TESTING.
This commit is contained in:
Po-Chuan Hsieh 2024-10-07 21:51:06 +08:00
parent b735c9fce1
commit c26cf9c596
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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>