Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
RequireCXX98Ext.cmake
blob: 4ea595edb333a51589866a68d79e612c5b3cf095 [
file
]
add_library
(
foo empty
.
cpp
)
set_property
(
TARGET foo PROPERTY CXX_STANDARD
98
)
set_property
(
TARGET foo PROPERTY CXX_STANDARD_REQUIRED TRUE
)