mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
4 lines
129 B
CMake
4 lines
129 B
CMake
if("${CMAKE_SYSTEM_NAME};${CMAKE_CXX_COMPILER_ID}" STREQUAL "AIX;GNU")
|
|
string(APPEND CMAKE_CXX_FLAGS_INIT " -pthread")
|
|
endif()
|