Skip to content

Commit 7d38026

Browse files
committed
Mark Boost Timer as a general-purpose library.
Previously, Boost Timer version 2 was only used for afw unit tests. In order to migrate ip_diffim (which times production code) from Timer version 1 to version 2, the compiled library must be available in main.
1 parent 9c2b618 commit 7d38026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/boost_timer.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dependencies = {
99
config = lsst.sconsUtils.ExternalConfiguration(
1010
__file__,
1111
headers=["boost/timer/timer.hpp"],
12-
libs={"main": [], "test": ["boost_timer"]},
12+
libs=["boost_timer"],
1313
eupsProduct="boost",
1414
)

0 commit comments

Comments
 (0)