forked from pool/cpprest
Accepting request 347181 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 2.7.0 * see https://github.com/Microsoft/cpprestsdk/releases for full list of changes - Update project and download url OBS-URL: https://build.opensuse.org/request/show/347181 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=12
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
Index: x/Release/tests/common/UnitTestpp/CMakeLists.txt
|
||||
Index: cpprestsdk-2.7.0/Release/tests/common/UnitTestpp/CMakeLists.txt
|
||||
===================================================================
|
||||
--- x.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
|
||||
+++ x/Release/tests/common/UnitTestpp/CMakeLists.txt
|
||||
--- cpprestsdk-2.7.0.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
|
||||
+++ cpprestsdk-2.7.0/Release/tests/common/UnitTestpp/CMakeLists.txt
|
||||
@@ -49,4 +49,4 @@ elseif(WIN32)
|
||||
endif()
|
||||
|
||||
add_library(${LIB}unittestpp ${UT_SOURCES})
|
||||
endif()
|
||||
|
||||
add_library(${LIB}unittestpp ${UT_SOURCES})
|
||||
-target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS})
|
||||
\ No newline at end of file
|
||||
+target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS} pthread)
|
||||
+target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS} pthread)
|
||||
|
||||
Reference in New Issue
Block a user