Skip to content
New issue

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

expat: update cmake build options #4087

Merged
merged 1 commit into from Dec 31, 2019

Conversation

Kwiboo
Copy link
Member

@Kwiboo Kwiboo commented Dec 30, 2019

This PR updates expat build options after the update to 2.2.9, build complains about:

-- Configuration
--   Prefix ..................... /usr
--   Build type ................. MinSizeRel
--   Shared libraries ........... ON
--   Character type ............. char (UTF-8)
--
--   Build documentation ........ OFF
--   Build examples ............. ON
--   Build fuzzers .............. OFF
--   Build tests ................ ON
--   Build tools (xmlwf) ........ ON
--   Install files .............. ON


CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_doc
    BUILD_examples
    BUILD_shared
    BUILD_tests
    BUILD_tools

With these changes expat now builds with:

-- Configuration
--   Prefix ..................... /usr
--   Build type ................. MinSizeRel
--   Shared libraries ........... ON
--   Character type ............. char (UTF-8)
--
--   Build documentation ........ OFF
--   Build examples ............. OFF
--   Build fuzzers .............. OFF
--   Build tests ................ OFF
--   Build tools (xmlwf) ........ OFF
--   Install files .............. ON

@MilhouseVH
Copy link
Contributor

Thanks 😊

@MilhouseVH MilhouseVH merged commit dd62b3e into LibreELEC:master Dec 31, 2019
@Kwiboo Kwiboo deleted the expat-cmake-opts branch December 31, 2019 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants