Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c8ea0ba3be2d1610aa3056dc20f0c8ee2fd4dcd4
/
.
/
Tests
/
RunCMake
/
Tutorial
/
Inspect.cmake
blob: 3d1f0aaca21e74dd76a89be4a7d7c14a19083804 [
file
]
try_compile
(
out
SOURCES $
{
CMAKE_CURRENT_LIST_DIR
}/
inspect
.
cpp
CXX_STANDARD
20
)
file
(
WRITE
"${CMAKE_CURRENT_BINARY_DIR}/info.cmake"
"set(can_build_cxx20_tutorial ${out})"
)