mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix link to external project dependencies section
This commit is contained in:
parent
175966cce8
commit
d6105e2e8c
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -55,7 +55,7 @@ For example, to pass the QT_CMAKE_PREFIX_PATH variable during build file generat
|
|||
|
||||
####Finding Dependencies
|
||||
|
||||
The following applies for dependencies we do not grab via CMake ExternalProject (OpenSSL is an example), or for dependencies you have opted not to grab as a CMake ExternalProject (via -DGET_$NAME=0). The list of dependencies we grab by default as external projects can be found in [the CMake External Project Dependencies section](#CMake External Project Dependencies).
|
||||
The following applies for dependencies we do not grab via CMake ExternalProject (OpenSSL is an example), or for dependencies you have opted not to grab as a CMake ExternalProject (via -DGET_$NAME=0). The list of dependencies we grab by default as external projects can be found in [the CMake External Project Dependencies section](#cmake-external-project-dependencies).
|
||||
|
||||
You can point our [Cmake find modules](cmake/modules/) to the correct version of dependencies by setting one of the three following variables to the location of the correct version of the dependency.
|
||||
|
||||
|
|
Loading…
Reference in a new issue