Fix invalid meson option

pull/1370/head
Ahmed Sagdati 6 years ago
parent 4d98a14cb1
commit 8e69c6e492

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