Unverified Commit 58e68901 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

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

Fix invalid meson option
parents 4d98a14c 8e69c6e4
...@@ -148,7 +148,7 @@ endif ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment