Changes

Summary

  1. libSBML package: only retrieve the libSBML dependencies if we don't have (details)
  2. Reuse our CMake file for patching Qt header files (useful for both our (details)
  3. Some minor cleaning up. (details)
  4. Reuse our C file for patching Qt CMake files (useful for both our (details)
Commit 79b3ce8b08e8724f27f786dd01df4331d9e048bd by Alan Garny
libSBML package: only retrieve the libSBML dependencies if we don't have
them and if we want to build libSBML.
The file was modified src/plugins/api/SBMLAPI/CMakeLists.txt (diff)
Commit 9a485bda413bdc2f3c13b0b8b5286dc9d4530245 by Alan Garny
Reuse our CMake file for patching Qt header files (useful for both our
QtCharts and QtWebKit packages).
The file was addedcmake/patchheaderfiles.cmake
The file was removedsrc/3rdparty/QtCharts/cmake/patch.cmake
The file was removedsrc/3rdparty/QtWebKit/cmake/patch.cmake
The file was modified src/3rdparty/QtCharts/CMakeLists.txt (diff)
The file was modified src/3rdparty/QtWebKit/CMakeLists.txt (diff)
Commit 6aeeb785e612203ef13bfa8e7b31be6b89207ba6 by Alan Garny
Some minor cleaning up.
This was (rightly) confusing Ninja who thought that there were two sets
of rules for both our release and debug versions of Qt Charts.
The file was modified src/3rdparty/QtCharts/CMakeLists.txt (diff)
Commit 7713a084418a31aaa122d7686efb8983955d62f1 by Alan Garny
Reuse our C file for patching Qt CMake files (useful for both our
QtCharts and QtWebKit packages).
The file was modified src/3rdparty/QtWebKit/CMakeLists.txt (diff)
The file was modified cmake/common.cmake (diff)
The file was modified src/3rdparty/QtCharts/CMakeLists.txt (diff)
The file was addedcmake/patchcmake.c