mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 23:20:54 +02:00
Not working with path_suffixes, testing something else
This commit is contained in:
parent
1869248351
commit
c7e103e989
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ else (LIBOVR_LIBRARIES AND LIBOVR_INCLUDE_DIRS)
|
||||||
set(WINDOWS_LIBOVR_NAME "libovr.lib")
|
set(WINDOWS_LIBOVR_NAME "libovr.lib")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_library(LIBOVR_LIBRARIES "Lib/Win32/${LIBOVR_NAME}" PATH_SUFFIXES VS2010 HINTS ${LIBOVR_SEARCH_DIRS})
|
find_library(LIBOVR_LIBRARIES "Lib/Win32/VS2010/${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