index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CheckSourceRuns
/
NonExistentLanguage.cmake
blob: 8300740366dc72431bb84aa210203742941ac50c (
plain
)
1
2
3
include(CheckSourceRuns) check_source_runs(FAKE_LANG "int main() {return 0;}" SHOULD_BUILD)