Skip to content
Snippets Groups Projects
Unverified Commit 350dcac0 authored by Arthur Sonzogni's avatar Arthur Sonzogni Committed by GitHub
Browse files

Fix build about fuzzer. (#557)

Previous patch introduced a regression. The condition needs to be
inverted.

Fixed:https://github.com/ArthurSonzogni/FTXUI/issues/556
parent 65848d1e
No related branches found
No related tags found
No related merge requests found
if (FTXUI_BUILD_TESTS_FUZZER)
if (NOT FTXUI_BUILD_TESTS_FUZZER)
return()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment