Make scdoc dependency optional
This commit is contained in:
parent
1ef3f6a9b6
commit
5ef1e637bf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
scdoc_dep = dependency('scdoc', version: '>=1.9.2', native: true)
|
scdoc_dep = dependency('scdoc', version: '>=1.9.2', native: true, required: false)
|
||||||
|
|
||||||
if scdoc_dep.found()
|
if scdoc_dep.found()
|
||||||
scdoc = find_program(
|
scdoc = find_program(
|
||||||
|
|
Loading…
Add table
Reference in a new issue