Make CMake config generation optional (#2340)
This commit is contained in:
parent
b84fe55b3a
commit
60a1698b62
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue