Merge pull request #15183 from orbea/spirv-cross-build

ext/SPIRV-Cross-build: Update cmake version
This commit is contained in:
Henrik Rydgård 2021-11-30 18:03:29 +01:00 committed by GitHub
commit 434fa0f072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
cmake_minimum_required(VERSION 3.0)
project(SPIRV-Cross)
enable_testing()