mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Fix invalid meson option
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user