mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
1. `-isystem ../flow/-lpthreads` was appearing as an include flag Due to an apparent mistake of specifying CMAKE_THREAD_LIBS_INIT as a system include. The correct way to do this is to link against Threads::Threads, which was already done below. 2. fdbmonitor wouldn't link due to missing pthread_once So it also needs to link against Threads::Threads