mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
Fixed miscompilation of File2Page due to missing pthreads libs on AIX
This commit is contained in:
parent
4b4b3527a0
commit
70fcca0d58
@ -10,7 +10,7 @@ set_target_properties( "${POCO_EXENAME}"
|
||||
OUTPUT_NAME f2cpsp
|
||||
)
|
||||
|
||||
target_link_libraries( "${POCO_EXENAME}" Net Util XML JSON Foundation)
|
||||
target_link_libraries( "${POCO_EXENAME}" ${CMAKE_THREAD_LIBS_INIT} Net Util XML JSON Foundation)
|
||||
|
||||
install(
|
||||
TARGETS "${POCO_EXENAME}" EXPORT "${POCO_EXENAME}Targets"
|
||||
|
Loading…
Reference in New Issue
Block a user