Skip to content

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