mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-01 23:03:23 +01:00
Merge pull request #835 from aaboyd/link-android-log
add 'log' to SYSLIBS when compiling Foundation for android
This commit is contained in:
commit
9ce48223e9
@ -104,6 +104,10 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES "SunPro")
|
||||
set_target_properties( "${LIBNAME}" PROPERTIES LINK_FLAGS "-library=stlport4")
|
||||
endif (${CMAKE_CXX_COMPILER_ID} MATCHES "SunPro")
|
||||
|
||||
if(ANDROID)
|
||||
set(SYSLIBS ${SYSLIBS} log)
|
||||
endif(ANDROID)
|
||||
|
||||
# TODO: Why is this here?
|
||||
add_definitions( -DPCRE_STATIC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user