Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
try_run
/
NoCompileOutputVariable.cmake
blob: 9eb7c5e9ddef1d6ec70e435403edecbf9c3dfaa2 [
file
]
include
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
$
{
try_compile_DEFS
})
try_run
(
RUN_RESULT COMPILE_RESULT $
{
try_compile_bindir_or_SOURCES
}
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
c
COMPILE_OUTPUT_VARIABLE
)