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

Fix invalid meson option
This commit is contained in:
Gabi Melman
2019-12-23 17:44:31 +02:00
committed by GitHub

View File

@@ -148,7 +148,7 @@ endif
# --- Conditionally add subdirs --- # --- 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') subdir('tests')
endif endif