mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Merge pull request #1370 from segfault-magnet/bugfix/invalid_meson_option
Fix invalid meson option
This commit is contained in:
commit
58e68901c7
@ -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…
Reference in New Issue
Block a user