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