Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
try_compile
/
NoLogDescription.cmake
blob: 904763f6a8a5c719ad0cfdc0a2c707bc0ed9c8db [
file
] [
log
] [
blame
] [
edit
]
include
(
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
$
{
try_compile_DEFS
})
try_compile
(
RESULT $
{
try_compile_bindir_or_SOURCES
}
$
{
CMAKE_CURRENT_SOURCE_DIR
}/
src
.
c
LOG_DESCRIPTION
)