]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: readd `generate-curl.1` dependency for `src` just in case
authorViktor Szakats <commit@vsz.me>
Mon, 30 Sep 2024 11:06:06 +0000 (13:06 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 30 Sep 2024 12:11:23 +0000 (14:11 +0200)
commit18143579ba6e7154abe635919f25ae8e6df82973
treed1198f83c2c96b2aa64b46acd0d41aee2e5da778
parent212ff19b601c3f01878eaef401802ab951fd027f
cmake: readd `generate-curl.1` dependency for `src` just in case

Trying to fix intermittent build failures with MSVC 2008:
```
unity_0.obj : error LNK2019: unresolved external symbol _showhelp referenced in function _tool_help
unity_0.obj : error LNK2019: unresolved external symbol _hugehelp referenced in function _operate
```
https://ci.appveyor.com/project/curlorg/curl/builds/50700212/job/h3ekljnbccosej5k#L154
https://ci.appveyor.com/project/curlorg/curl/builds/50701615/job/61mkg9og1eooqli8#L155

Follow-up to 496da69aa0eb988ac92eb815742eb89b975ad83e #14883

Closes #15088
src/CMakeLists.txt