summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v2')
-rw-r--r--graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v213
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v2 b/graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
deleted file mode 100644
index 56c8549755..0000000000
--- a/graphics/asymptote/LspCpp/third_party/threadpool/Jamfile.v2
+++ /dev/null
@@ -1,13 +0,0 @@
-use-project /boost
- : $(BOOST_ROOT)
- ;
-
-project threadpool
- : requirements <include>.&&$(BOOST_ROOT)
- # disable auto-linking for all targets here,
- # primarily because it caused troubles with V2
- <define>BOOST_ALL_NO_LIB=1
- : usage-requirements <include>.&&$(BOOST_ROOT)
- : build-dir bin.v2
- ;
-