Merge pull request #1370 from segfault-magnet/bugfix/invalid_meson_option

Fix invalid meson option
pull/1377/head
Gabi Melman 6 years ago committed by GitHub
commit 58e68901c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,7 +148,7 @@ endif
# --- Conditionally add subdirs ---
# -------------------------------------
if get_option('enable_tests') or get_option('enable_tests-ho')
if get_option('enable_tests') or get_option('enable_tests_ho')
subdir('tests')
endif

Loading…
Cancel
Save