CMake/Tests/RunCMake/CMP0069
Brad King ba247ccaba IPO: Consider support for each language separately
We only define `INTERPROCEDURAL_OPTIMIZATION` behavior for C, CXX, and
Fortran languages.  Do not try to enable support for other languages.
Furthermore, each language builds with a different compiler, so check
for support by CMake and the compiler for each language independently.

Fixes: #16944
2017-06-14 10:36:57 -04:00
..
CMakeLists.txt
CMP0069-NEW-cmake-result.txt
CMP0069-NEW-cmake-stderr.txt
CMP0069-NEW-cmake.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
CMP0069-NEW-compiler-result.txt
CMP0069-NEW-compiler-stderr.txt
CMP0069-NEW-compiler.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
CMP0069-NEW-generator-result.txt
CMP0069-NEW-generator-stderr.txt
CMP0069-NEW-generator.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
CMP0069-OLD.cmake
CMP0069-WARN-stderr.txt
CMP0069-WARN.cmake IPO: Consider support for each language separately 2017-06-14 10:36:57 -04:00
main.cpp
RunCMakeTest.cmake