Revision 5cc2d95f0d5a464bdbac6f15fe57e78f592f468a authored by Fredrik Salomonsson on 15 September 2022, 23:22:58 UTC, committed by Fredrik Salomonsson on 15 September 2022, 23:22:58 UTC
Which allows to find dependencies instead of downloading them. This is
off by default.

Downloading and vendoring dependencies does not fit well with package
managers on linux. The dependency graph is hidden from the view of the
package manager. Making it both wasteful (both disk space and compile
time) and more opaque when it comes to debugging dependency related
issues.

This option will allow the best of both worlds. If you are building
this without a package manager, you can leave it off. But if you are
packaging this up for a package manager, you can enable this and leave
the dependencies for the package manager.
1 parent faeacb7
History
File Mode Size
App
assets
cmake
libWetHair
.gitignore -rw-r--r-- 97 bytes
CMakeLists.txt -rw-r--r-- 1.9 KB
LICENSE.txt -rw-r--r-- 16.3 KB
README.md -rw-r--r-- 4.4 KB

README.md

back to top