blob: 9a08ff3a166e13bb773ed02cc7af08e11436c49e [file] [log] [blame]
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()