Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
try_compile
/
NoOutputVariable.cmake
blob: 13dc4b49f509087847cc19d9d968dfb7a54cc388 [
file
]
include
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
$
{
try_compile_DEFS
})
try_compile
(
RESULT $
{
try_compile_bindir_or_SOURCES
}
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
c
OUTPUT_VARIABLE
)