mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 14:20:12 +02:00
commit
5e0a6f80f0
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ else (LIBOVR_LIBRARIES AND LIBOVR_INCLUDE_DIRS)
|
|||
set(WINDOWS_LIBOVR_NAME "libovr.lib")
|
||||
endif()
|
||||
|
||||
find_library(LIBOVR_LIBRARIES "Lib/Win32/VS2010/${LIBOVR_NAME}" HINTS ${LIBOVR_SEARCH_DIRS})
|
||||
# FIX: We shouldn't hardcode VS2010 the path below - fix this. Leo
|
||||
find_library(LIBOVR_LIBRARIES "Lib/Win32/VS2010/${WINDOWS_LIBOVR_NAME}" HINTS ${LIBOVR_SEARCH_DIRS})
|
||||
endif ()
|
||||
|
||||
if (LIBOVR_INCLUDE_DIRS AND LIBOVR_LIBRARIES)
|
||||
|
|
Loading…
Reference in a new issue