mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 13:22:22 -05:00
4 lines
89 B
CMake
4 lines
89 B
CMake
|
|
include(CheckCompilerFlag)
|
|
check_compiler_flag(C "int main() {return 0;}" SHOULD_BUILD)
|