git: 58277ca74d4e - main - misc/ncnn: drop not necessary CMAKE_OFF

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 12 Aug 2023 01:38:09 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58277ca74d4eddd48f5be1fc107f556d9e387e92

commit 58277ca74d4eddd48f5be1fc107f556d9e387e92
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 11:30:25 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:42 +0000

    misc/ncnn: drop not necessary CMAKE_OFF
---
 misc/ncnn/Makefile | 3 ---
 1 file changed, 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