mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +02:00
another typo fix for unix reference to Oculus library
This commit is contained in:
parent
4d7d6aba8b
commit
2309f30762
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else (LIBOVR_LIBRARY AND LIBOVR_INCLUDE_DIRS)
|
|||
if (APPLE)
|
||||
set(LIBOVR_LIBRARY ${LIBOVR_ROOT_DIR}/Lib/MacOS/libovr.a)
|
||||
else (UNIX)
|
||||
set(LIBOVR_LIBRARY ${LIBOVR_ROOT_DIR}/Lib/x64/libovrx64.lib)
|
||||
set(LIBOVR_LIBRARY ${LIBOVR_ROOT_DIR}/Lib/x64/libovr64.lib)
|
||||
else (WIN32)
|
||||
set(LIBOVR_LIBRARY ${LIBOVR_ROOT_DIR}/Lib/Win32/libovr.lib)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue