ports/graphics/opensubdiv/files/patch-examples_CMakeLists.txt
Li-Wen Hsu e984a81cf1 Update to 3.4.3
PR:		247654
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
2020-06-30 09:55:06 +00:00

12 lines
402 B
Text

--- examples/CMakeLists.txt.orig 2020-06-30 16:05:15 UTC
+++ examples/CMakeLists.txt
@@ -32,7 +32,8 @@ if (OPENGL_FOUND AND GLFW_FOUND)
add_subdirectory(glFVarViewer)
add_subdirectory(glStencilViewer)
add_subdirectory(glImaging)
- add_subdirectory(farViewer)
+# uses deprecated api
+# add_subdirectory(farViewer)
if (OPENGL_4_2_FOUND)
add_subdirectory(glPaintTest)