We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d50b7 commit f235228Copy full SHA for f235228
CMakeLists.txt
@@ -11,6 +11,9 @@ include(CTest)
11
option(BUILD_TESTING "Build tests" ON)
12
set(Boost_USE_STATIC_LIBS ON)
13
include("enable_msvc_static_runtime")
14
+if(UNIX)
15
+ find_package(Threads REQUIRED)
16
+endif()
17
find_package(nng REQUIRED)
18
add_subdirectory(submodules)
19
add_subdirectory(ear-production-suite)
0 commit comments