[cmake-developers] cmake on AIX

Brad King brad.king at kitware.com
Tue Jun 12 09:44:46 EDT 2018


On 06/12/2018 09:36 AM, REIX, Tony wrote:
> I never saw any package built on AIX using pthread or ppc64/pthread
> We have to understand why cmake is different.

We use C++11 std::thread.  It requires GCC's -pthread flag on AIX,
and that flag changes the standard library that is used.

-Brad


More information about the cmake-developers mailing list