Skip to content

Commit f235228

Browse files
committed
find nng Threads dependency
1 parent f3d50b7 commit f235228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ include(CTest)
1111
option(BUILD_TESTING "Build tests" ON)
1212
set(Boost_USE_STATIC_LIBS ON)
1313
include("enable_msvc_static_runtime")
14+
if(UNIX)
15+
find_package(Threads REQUIRED)
16+
endif()
1417
find_package(nng REQUIRED)
1518
add_subdirectory(submodules)
1619
add_subdirectory(ear-production-suite)

0 commit comments

Comments
 (0)