mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-29 04:14:27 +00:00
4 lines
97 B
CMake
4 lines
97 B
CMake
|
|
include(CheckCompilerFlag)
|
|
check_compiler_flag(FAKE_LANG "int main() {return 0;}" SHOULD_BUILD)
|