Fix invalid meson option

This commit is contained in:
Ahmed Sagdati 2019-12-23 15:57:16 +01:00
parent 4d98a14cb1
commit 8e69c6e492

View File

@ -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