Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:10 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: 8fa8f247a8e0 - main - math/the-algorithms-c++: drop not necessary CMAKE_ARGS
Message-ID:  <202308120138.37C1cAdx038715@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=8fa8f247a8e0a791534b3aa6708cdbe3e7bb75b5

commit 8fa8f247a8e0a791534b3aa6708cdbe3e7bb75b5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 11:42:27 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:42 +0000

    math/the-algorithms-c++: drop not necessary CMAKE_ARGS
---
 math/the-algorithms-c++/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/math/the-algorithms-c++/Makefile b/math/the-algorithms-c++/Makefile
index f8856b89f2c3..6422d51c9e00 100644
--- a/math/the-algorithms-c++/Makefile
+++ b/math/the-algorithms-c++/Makefile
@@ -10,9 +10,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake gl localbase:ldflags
-.if !exists(/usr/include/omp.h)
-CMAKE_OFF=	USE_OPENMP
-.endif
 USE_GL=		gl glut
 
 USE_GITHUB=	yes



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