index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
CompileFeatures
/
cxx_static_assert.cpp
blob: 6aa8678f6c92dbf22c32e35c99dd78bdd2b99349 (
plain
)
1
2
static_assert
(
true
,
"static_assert test"
);