devel/pybind11_protobuf: Remove CMAKE_TESTING_ON

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

View file

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