mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
22 lines
546 B
Text
22 lines
546 B
Text
--- regression/CMakeLists.txt.orig 2020-06-30 16:02:18 UTC
|
|
+++ regression/CMakeLists.txt
|
|
@@ -26,14 +26,16 @@ add_subdirectory(common)
|
|
|
|
if (NOT NO_REGRESSION)
|
|
|
|
- add_subdirectory(hbr_regression)
|
|
+# uses deprecated api
|
|
+# add_subdirectory(hbr_regression)
|
|
|
|
- add_subdirectory(far_regression)
|
|
+# add_subdirectory(far_regression)
|
|
|
|
add_subdirectory(far_perf)
|
|
|
|
if(OPENGL_FOUND AND GLFW_FOUND)
|
|
- add_subdirectory(osd_regression)
|
|
+# uses deprecated api
|
|
+# add_subdirectory(osd_regression)
|
|
endif()
|
|
|
|
endif()
|