Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ThirdParty/Recipe/openvg_ri/CMakeLists_mod.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions ThirdParty/Recipe/openvg_ri/X64patch.patch
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down