We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbd21c commit d9e2b4bCopy full SHA for d9e2b4b
Release/CMakeLists.txt
@@ -24,7 +24,7 @@ if(IOS)
24
25
set(BUILD_SHARED_LIBS OFF)
26
elseif(UNIX) # This includes OSX
27
- find_package(Boost REQUIRED COMPONENTS random system thread locale regex filesystem)
+ find_package(Boost REQUIRED COMPONENTS random chrono system thread locale regex filesystem)
28
find_package(Threads REQUIRED)
29
find_package(OpenSSL REQUIRED)
30
0 commit comments