mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Fix build about fuzzer. (#557)
Previous patch introduced a regression. The condition needs to be inverted. Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/556
This commit is contained in:
parent
65848d1e5f
commit
350dcac032
@ -1,4 +1,4 @@
|
|||||||
if (FTXUI_BUILD_TESTS_FUZZER)
|
if (NOT FTXUI_BUILD_TESTS_FUZZER)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user