build(fortran): added check for fortran
fortran tests only build when fortran build option is enabled
This commit is contained in:
3
tests/extern/meson.build
vendored
3
tests/extern/meson.build
vendored
@@ -1,2 +1,5 @@
|
||||
subdir('C')
|
||||
|
||||
if get_option('build-fortran')
|
||||
subdir('fortran')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user