git: 8fa8f247a8e0 - main - math/the-algorithms-c++: drop not necessary CMAKE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:10 UTC
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