mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
4 lines
89 B
CMake
4 lines
89 B
CMake
|
|
include(CheckCompilerFlag)
|
|
check_compiler_flag(C "int main() {return 0;}" SHOULD_BUILD)
|