Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: assert non-empty FUZZ_LDFLAGS when FUZZ=ON
The invocation of cmake with -DFUZZ=ON will produce an error: set_target_properties called with incorrect number of arguments. The error is due to the fact that the FUZZ_LDFLAGS variable needs to be defined and non-empty to be correctly supplied in the set_target_properties() invocations that follow the introduced assertion. See also: https://cmake.org/cmake/help/latest/command/set_target_properties.html
- Loading branch information