Commit f454e23
authored
Fix a CMake warning on release builds
It looks like this isn't a regression - all previous releases had this
issue. We simply didn't use the "-Werror=dev" flag before when testing
CMake. If the "pcre2_prerelease" variable was set to empty string, it
would be treated as "falsy" by CMake and not substituted correctly.1 parent b0b6ebb commit f454e23
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
740 | 739 | | |
741 | 740 | | |
742 | 741 | | |
| |||
0 commit comments