Skip to content

Commit 3762e08

Browse files
asiergutifacebook-github-bot
authored andcommitted
Add missing boost library (#356)
Summary: Build on alpine complained about missing boost chrono when linkin. This patch fixes the issue Pull Request resolved: #356 Reviewed By: kvtsoy Differential Revision: D62986973 Pulled By: afrind fbshipit-source-id: 36e1d642466fbb5aebe2c0819d7a64cf802be079
1 parent f3f6eb2 commit 3762e08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ find_package(Boost 1.58 REQUIRED
8383
regex
8484
system
8585
thread
86+
chrono
8687
)
8788

8889
list(APPEND

0 commit comments

Comments
 (0)