aboutsummaryrefslogtreecommitdiff
path: root/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cad/openroad/files/patch-src_OpenDB_CMakeLists.txt')
-rw-r--r--cad/openroad/files/patch-src_OpenDB_CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt b/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt
deleted file mode 100644
index 10c80c7daa77..000000000000
--- a/cad/openroad/files/patch-src_OpenDB_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/OpenDB/CMakeLists.txt.orig 2021-03-11 04:01:41 UTC
-+++ src/OpenDB/CMakeLists.txt
-@@ -29,7 +29,9 @@ add_subdirectory(src/zutil)
- add_subdirectory(src/zlib)
- add_subdirectory(src/tm)
- add_subdirectory(src/cdl)
--add_subdirectory(test/cpp)
-+if (FREEBSD_BUILD_TESTS)
-+ add_subdirectory(test/cpp)
-+endif()
- ############################################################################
- ################################# SWIG #####################################
- ############################################################################