Skip to content

Commit

Permalink
Update cmake minimum required version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-lunarg committed Aug 12, 2022
1 parent 73c9630 commit 56e19ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# increase to 3.1 once all major distributions
# include a version of CMake >= 3.1
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.14.0)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()
Expand Down

0 comments on commit 56e19ed

Please sign in to comment.