2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Remove unneeded library dependencies from Jamfiles.

This commit is contained in:
jzmaddock
2021-05-18 20:51:03 +01:00
parent fe5f1a4fcd
commit 2de293b13f
3 changed files with 31 additions and 33 deletions

View File

@@ -222,6 +222,6 @@ install generate_rational_test_install : generate_rational_test : <location>bin
#}
exe generate_rational_code : generate_rational_code.cpp ;
exe process_perf_results : process_perf_results.cpp ../../regex/build//boost_regex ;
exe process_perf_results : process_perf_results.cpp ;
install bin : generate_rational_code process_perf_results ;