git: b735c9fce16a - main - devel/pybind11_protobuf: Remove CMAKE_TESTING_ON
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 14:23:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b735c9fce16a3c1fdcbfae526d8ef8c20cbd3220 commit b735c9fce16a3c1fdcbfae526d8ef8c20cbd3220 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-07 13:51:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-07 14:16:41 +0000 devel/pybind11_protobuf: Remove CMAKE_TESTING_ON CMAKE_TESTING_ON defaults to BUILD_TESTING. --- devel/pybind11_protobuf/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/pybind11_protobuf/Makefile b/devel/pybind11_protobuf/Makefile index 392edc936c76..35dfb4999c5b 100644 --- a/devel/pybind11_protobuf/Makefile +++ b/devel/pybind11_protobuf/Makefile @@ -24,7 +24,6 @@ CMAKE_OFF= BUILD_TESTING CMAKE_ON= USE_SYSTEM_ABSEIL \ USE_SYSTEM_PROTOBUF \ USE_SYSTEM_PYBIND -CMAKE_TESTING_ON= BUILD_TESTING USE_GITHUB= yes GH_ACCOUNT= pybind