Remove warnings

This commit is contained in:
Romain Guy
2023-08-31 11:58:06 -07:00
parent 87351097ad
commit 609dc97c4a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.19)
if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW) # Enables override of options from parent CMakeLists.txt

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.19)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()

View File

@@ -28,7 +28,7 @@
# The SPIR-V headers from the SPIR-V Registry
# https://www.khronos.org/registry/spir-v/
#
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.19)
project(SPIRV-Headers VERSION 1.5.5)
# There are two ways to use this project.