Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:09 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 58277ca74d4e - main - misc/ncnn: drop not necessary CMAKE_OFF
Message-ID:  <202308120138.37C1c9ph038670@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308120138.37C1c9ph038670>