Remove CMake max version, fixes #623

PiperOrigin-RevId: 773265809
This commit is contained in:
Jan Wassenberg 2025-06-19 02:29:35 -07:00 committed by Copybara-Service
parent 834cbe5b39
commit 1665ecc5c2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 3.11...4.0)
cmake_minimum_required(VERSION 3.11)
include(FetchContent)