We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using this repo as a submodule I'd like to just build the static lib/dll/so. Is there a way to disable:
-Building example binaries -Adding/running test (the example binaries) -Installing files
I noticed there seems to be a skip var for each install section?
if(NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL ) install(FILES ${ZLIB_PUBLIC_HDRS} DESTINATION "${INSTALL_INC_DIR}") endif()
The text was updated successfully, but these errors were encountered:
I created a PR that partially solves this issue: #824
Sorry, something went wrong.
No branches or pull requests
When using this repo as a submodule I'd like to just build the static lib/dll/so. Is there a way to disable:
-Building example binaries
-Adding/running test (the example binaries)
-Installing files
I noticed there seems to be a skip var for each install section?
if(NOT SKIP_INSTALL_HEADERS AND NOT SKIP_INSTALL_ALL )
install(FILES ${ZLIB_PUBLIC_HDRS} DESTINATION "${INSTALL_INC_DIR}")
endif()
The text was updated successfully, but these errors were encountered: