mirror of
https://github.com/pocoproject/poco.git
synced 2025-05-02 15:41:36 +02: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
|
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(
|
install(
|
||||||
TARGETS "${POCO_EXENAME}" EXPORT "${POCO_EXENAME}Targets"
|
TARGETS "${POCO_EXENAME}" EXPORT "${POCO_EXENAME}Targets"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user