You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
248 B
6 lines
248 B
2 years ago
|
enable_language(C)
|
||
|
file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/info.cmake" "
|
||
|
set(_CMAKE_C_IPO_SUPPORTED_BY_CMAKE \"${_CMAKE_C_IPO_SUPPORTED_BY_CMAKE}\")
|
||
|
set(_CMAKE_C_IPO_MAY_BE_SUPPORTED_BY_COMPILER \"${_CMAKE_C_IPO_MAY_BE_SUPPORTED_BY_COMPILER}\")
|
||
|
")
|