diff --git a/ThirdParty/Recipe/openvg_ri/CMakeLists_mod.txt b/ThirdParty/Recipe/openvg_ri/CMakeLists_mod.txt index 29406db842..fae4bc1f53 100644 --- a/ThirdParty/Recipe/openvg_ri/CMakeLists_mod.txt +++ b/ThirdParty/Recipe/openvg_ri/CMakeLists_mod.txt @@ -1,5 +1,5 @@ # stop if cmake version below 3.2 -cmake_minimum_required(VERSION 3.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.10 FATAL_ERROR) # Custom make file that enables building of the openvg reference implementation on windows. # project name diff --git a/ThirdParty/Recipe/openvg_ri/X64patch.patch b/ThirdParty/Recipe/openvg_ri/X64patch.patch index 05848842d3..1677c68957 100644 --- a/ThirdParty/Recipe/openvg_ri/X64patch.patch +++ b/ThirdParty/Recipe/openvg_ri/X64patch.patch @@ -1,5 +1,3 @@ -diff --git a/ri/include/VG/openvg.h b/ri/include/VG/openvg.h -index 456a8bb..b54c392 100644 --- a/ri/include/VG/openvg.h +++ b/ri/include/VG/openvg.h @@ -56,7 +56,7 @@ extern "C" {