Skip to content
Snippets Groups Projects
Commit 26259ca4 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Add patch file for boost

parent df415dba
No related branches found
No related tags found
No related merge requests found
--- boost_1_69_0.orig/libs/test/build/Jamfile.v2
+++ boost_1_69_0/libs/test/build/Jamfile.v2
@@ -7,7 +7,7 @@
import os ;
import ../../predef/check/predef
- : check
+ : check
: predef-check ;
project boost/test
@@ -25,17 +25,10 @@ project boost/test
<warnings>all
# <warnings-as-errors>on
- # adding a dependency on boost/timer as the header are needed, and the junction needs
- # to be there in order to build the library.
- <library>/boost/timer//boost_timer
: usage-requirements
<define>BOOST_TEST_NO_AUTO_LINK=1
# Disable Warning about boost::noncopyable not being exported
<link>shared,<toolset>msvc:<cxxflags>-wd4275
-
- # Adding a dependency on boost/timer as the headers need to be there in case of the
- # header-only usage variant
- <use>/boost/timer//boost_timer
;
PRG_EXEC_MON_SOURCES =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment