mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 20:35:04 +02:00
Tie the Linux Oculus SDK to a given commit ID, so it can't invisibly break in the background in the repo is updted
This commit is contained in:
parent
cebd2705c4
commit
e3ae6354c4
1 changed files with 1 additions and 0 deletions
1
cmake/externals/LibOVR/CMakeLists.txt
vendored
1
cmake/externals/LibOVR/CMakeLists.txt
vendored
|
@ -55,6 +55,7 @@ elseif(NOT ANDROID)
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
PREFIX ${EXTERNAL_NAME}
|
PREFIX ${EXTERNAL_NAME}
|
||||||
GIT_REPOSITORY https://github.com/jherico/OculusSDK.git
|
GIT_REPOSITORY https://github.com/jherico/OculusSDK.git
|
||||||
|
GIT_TAG ed26cbafdd1d1d7cac0bc809147af15d161306ad
|
||||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||||
LOG_DOWNLOAD ON
|
LOG_DOWNLOAD ON
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue