Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CMakeRelease
/
RunCMakeTest.cmake
blob: 9a08ff3a166e13bb773ed02cc7af08e11436c49e [
file
]
include
(
RunCMake
)
if
(
CMake_TEST_JQ
)
set
(
JQ
"${CMake_TEST_JQ}"
)
else
()
find_program
(
JQ NAMES jq
)
endif
()
if
(
JQ
)
run_cmake_script
(
FileTable
-
DJQ
=
$
{
JQ
})
endif
()