Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a3889c1924e97bd2bd8b31ab13f162be3cb838
/
.
/
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
()