summaryrefslogtreecommitdiff
path: root/math/the-algorithms-c++
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-11 13:42:27 +0200
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 03:37:42 +0200
commit8fa8f247a8e0a791534b3aa6708cdbe3e7bb75b5 (patch)
tree3402a114f4a7e7e9128896844c8f83f69916ddcc /math/the-algorithms-c++
parentmisc/ncnn: drop not necessary CMAKE_OFF (diff)
math/the-algorithms-c++: drop not necessary CMAKE_ARGS
Diffstat (limited to 'math/the-algorithms-c++')
-rw-r--r--math/the-algorithms-c++/Makefile3
1 files changed, 0 insertions, 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