Skip to content

cmake: use host OS to decide about libcurl manpage batch size#14733

Closed
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:cm-manpage-tweak
Closed

cmake: use host OS to decide about libcurl manpage batch size#14733
vszakats wants to merge 1 commit intocurl:masterfrom
vszakats:cm-manpage-tweak

Conversation

@vszakats
Copy link
Member

Before this patch the targe OS was used, which prevented building
libcurl manpages in larger batches in cross-builds targeting e.g.
Windows.

Update the condition to use CMAKE_HOST_UNIX instead of UNIX.

This variable has been available since CMake 2.6.0:
Kitware/CMake@176fe63

Follow-up to bb84f82 #13207

Before this patch the targe OS was used, which prevented building
libcurl manpages in larger batches in cross-builds targeting e.g.
Windows.

Update the condition to use `CMAKE_HOST_UNIX` instead of `UNIX`.

This variable has been available since CMake 2.6.0:
Kitware/CMake@176fe63

Follow-up to bb84f82 curl#13207
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant