aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-11 11:30:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 01:37:42 +0000
commit58277ca74d4eddd48f5be1fc107f556d9e387e92 (patch)
treedba5aa7aefd8c1c1482313b8ddea79121724a4c4 /misc
parent78a5bf3c6b56faf14c59d13f7819a4e115e05886 (diff)
downloadports-58277ca74d4eddd48f5be1fc107f556d9e387e92.tar.gz
ports-58277ca74d4eddd48f5be1fc107f556d9e387e92.zip
misc/ncnn: drop not necessary CMAKE_OFF
Diffstat (limited to 'misc')
-rw-r--r--misc/ncnn/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile
index 2a28aafccfe8..89bdc783cc8c 100644
--- a/misc/ncnn/Makefile
+++ b/misc/ncnn/Makefile
@@ -12,9 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USES= cmake:testing # 2 tests fail, see https://github.com/Tencent/ncnn/issues/4742
-.if !exists(/usr/include/omp.h)
-CMAKE_OFF= NCNN_OPENMP
-.endif
USE_LDCONFIG= yes
USE_GITHUB= yes