]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/date_time/example/Jamfile
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / date_time / example / Jamfile
index 09a953be22b5c9143237839fd6620417bb554030..89e0ad1660022e58afd1bd696fce59127e028262 100644 (file)
@@ -1,7 +1,4 @@
-project libs/date_time/example 
-    : requirements
-      <library>../build//boost_date_time/<link>static
-    ;
+project libs/date_time/example ;
 
 exe dates_as_strings   : gregorian/dates_as_strings.cpp ;
 exe days_alive         : gregorian/days_alive.cpp ;
@@ -19,6 +16,7 @@ exe period_calc    : gregorian/period_calc.cpp ;
 
 exe days_since_year_start : gregorian/days_since_year_start.cpp ;
 
+
 exe local_utc_conversion : posix_time/local_utc_conversion.cpp
                 : <define>BOOST_DATE_TIME_POSIX_TIME_STD_CONFIG  
                 ;