Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
RequireCXX11ExtVariable.cmake
blob: 29703db68a80dbaf574c48129b450d2242a037ab [
file
]
set
(
CMAKE_CXX_STANDARD_REQUIRED TRUE
)
add_library
(
foo empty
.
cpp
)
set_property
(
TARGET foo PROPERTY CXX_STANDARD
11
)