build: don't add third-party submodules to user package registry (#7648)

This commit is contained in:
Yat Ho
2025-10-14 12:30:45 +08:00
committed by GitHub
parent 2239afc252
commit d83e0e20b8

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
cmake_policy(SET CMP0090 NEW)
cmake_policy(SET CMP0092 NEW)
if(POLICY CMP0114)
cmake_policy(SET CMP0114 NEW)