Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CheckIPOSupported
/
not-supported-by-compiler.cmake
blob: 86c8f8d43ce3f0025f3e21c50b7d705a123b011a [
file
] [
log
] [
blame
]
project
(
$
{
RunCMake_TEST
}
LANGUAGES C
)
set
(
_CMAKE_C_IPO_SUPPORTED_BY_CMAKE YES
)
set
(
_CMAKE_C_IPO_MAY_BE_SUPPORTED_BY_COMPILER NO
)
check_ipo_supported
()