Skip to content

Commit

Permalink
ext/SPIRV-Cross-build: Update cmake version
Browse files Browse the repository at this point in the history
This matches the upstream SPIRV-Cross CMakeLists.txt.

Also silences a warning.

CMake Deprecation Warning at ext/SPIRV-Cross-build/CMakeLists.txt:15 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
  • Loading branch information
orbea committed Nov 29, 2021
1 parent 2a93006 commit dd79560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/SPIRV-Cross-build/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
project(SPIRV-Cross)
enable_testing()

Expand Down

0 comments on commit dd79560

Please sign in to comment.