Make CMake config generation optional (#2340)

This commit is contained in:
Anton Kochkov 2022-02-20 19:54:43 +08:00 committed by GitHub
parent b84fe55b3a
commit 60a1698b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ project('rizin', 'c',
py3_exe = import('python').find_installation()
git_exe = find_program('git', required: false)
pkgconfig_mod = import('pkgconfig')
cmake_mod = import('cmake')
cmake_mod = import('cmake', required: false)
# Python scripts used during the build process
create_tags_rz_py = files('sys/create_tags_rz.py')