forked from pool/cpprest
cpprest 2.9.0 OBS-URL: https://build.opensuse.org/request/show/437906 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=16
12 lines
510 B
Diff
12 lines
510 B
Diff
Index: cpprestsdk-2.9.0/Release/tests/common/UnitTestpp/CMakeLists.txt
|
|
===================================================================
|
|
--- cpprestsdk-2.9.0.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
|
|
+++ cpprestsdk-2.9.0/Release/tests/common/UnitTestpp/CMakeLists.txt
|
|
@@ -49,4 +49,4 @@ elseif(WIN32)
|
|
endif()
|
|
|
|
add_library(unittestpp ${UT_SOURCES})
|
|
-target_link_libraries(unittestpp ${ANDROID_STL_FLAGS})
|
|
\ No newline at end of file
|
|
+target_link_libraries(unittestpp ${ANDROID_STL_FLAGS} pthread)
|