Skip to content

Commit d9e2b4b

Browse files
committed
Adding Boost chrono to required components for OS X.
1 parent 3cbd21c commit d9e2b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(IOS)
2424

2525
set(BUILD_SHARED_LIBS OFF)
2626
elseif(UNIX) # This includes OSX
27-
find_package(Boost REQUIRED COMPONENTS random system thread locale regex filesystem)
27+
find_package(Boost REQUIRED COMPONENTS random chrono system thread locale regex filesystem)
2828
find_package(Threads REQUIRED)
2929
find_package(OpenSSL REQUIRED)
3030

0 commit comments

Comments
 (0)