Skip to content

Commit cce3732

Browse files
committed
Adding linking with Boost.Chrono which was missing. Fixes build break on dynamic OS X.
1 parent bbf12b6 commit cce3732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ target_link_libraries(${Casablanca_LIBRARY}
7878
${Boost_FRAMEWORK}
7979
${Boost_SYSTEM_LIBRARY}
8080
${Boost_THREAD_LIBRARY}
81+
${Boost_CHRONO_LIBRARY}
8182
${Boost_LOCALE_LIBRARY}
8283
${Boost_REGEX_LIBRARY}
8384
${Boost_RANDOM_LIBRARY}

0 commit comments

Comments
 (0)