Merge pull request #86 from NicBOMB/master

Resolve cmake warning on ExternalProject_Add
This commit is contained in:
Oliver Hamlet
2022-11-01 16:45:01 +00:00
committed by GitHub
+1
View File
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.8)
cmake_policy(SET CMP0015 NEW)
cmake_policy(SET CMP0135 NEW)
project(libloot)
include(ExternalProject)