mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fix FindLibOVR cmake script
This commit is contained in:
parent
e5fc6f9d7a
commit
ddc1662b35
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ELSEIF(WIN32)
|
|||
ENDIF(UNIX)
|
||||
|
||||
FIND_LIBRARY(LIBOVR_LIBRARY
|
||||
NAMES ovr
|
||||
NAMES ovr libovr
|
||||
PATHS
|
||||
$ENV{LIBOVR_DIR}/${LIBOVR_LIBRARY_BUILD_PATH}
|
||||
/usr/local/lib
|
||||
|
|
Loading…
Reference in a new issue