mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
5 lines
147 B
CMake
5 lines
147 B
CMake
project(${RunCMake_TEST} LANGUAGES C)
|
|
set(_CMAKE_IPO_SUPPORTED_BY_CMAKE YES)
|
|
set(_CMAKE_IPO_MAY_BE_SUPPORTED_BY_COMPILER NO)
|
|
check_ipo_supported()
|