Skip to content

Commit 67d100e

Browse files
authored
update minimum cmake version for strip_defines to 3.16 (KhronosGroup#323)
This aligns with the rest of the repo, and is needed for newer cmake versions that no longer support very old cmake versions.
1 parent 286e10f commit 67d100e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/strip_defines.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.16)
22

33
if(NOT INPUT OR NOT OUTPUT)
44
message(FATAL_ERROR "Usage: cmake -D INPUT=<input> -D OUTPUT=<output> -P strip_defines.cmake")

0 commit comments

Comments
 (0)