Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
debfb09e49efcb51a15f58b6dc81e9e9ec9b12ee
/
.
/
Source
/
Modules
/
OverrideCXX.cmake
blob: 13689e2c55ffab61874b9e3e05df71c1431bc5ba [
file
] [
log
] [
blame
]
if
(
"${CMAKE_SYSTEM_NAME};${CMAKE_CXX_COMPILER_ID}"
STREQUAL
"AIX;GNU"
)
string
(
APPEND CMAKE_CXX_FLAGS_INIT
" -pthread"
)
endif
()