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

Dev libjpeg fix #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kingtaurus
Copy link
Contributor

Some build update and fixes:
(1) libjpegturbo is not found; issue #191 adds a check for the header file;
(3) voglgen build updates

  Fix for issue ValveSoftware#191 (https://github.com/ValveSoftware/vogl/).
  (1) Fails when libjpegturbo is not found.
  (2) Adds a check for the header file turbojpeg.h
(1) removed check for tinyxml;
(2) added check for tinyxml2;
(3) added better build routine if tinyxml2 is not found;

CMakeLists.txt:
  - Removed find_package(TinyXML) call;

New cmake module: src/cmake/Modules/FindTinyXML2.cmake

src/voglgen/CMakeLists.txt:
  - Removed file (GLOB_RECURSE) - this appears to only find tinyxml2.h
  - find_package(TinyXML2) - use the library currently installed on the system
    otherwise it will be compiled
  - reworked the build process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant