mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
fix cmake snafu
This commit is contained in:
parent
87e8b6bfeb
commit
1b047d6901
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ if (WIN32)
|
|||
|
||||
find_library(
|
||||
KINECT_LIBRARY_RELEASE Kinect20
|
||||
PATH_SUFFIXES "Libs/${ARCH_DIR}" "lib"
|
||||
PATH_SUFFIXES "Lib/${ARCH_DIR}" "lib"
|
||||
HINTS ${KINECT_SEARCH_DIRS}
|
||||
PATH "C:/Program Files/Microsoft SDKs/Kinect/v2.0_1409")
|
||||
PATH $ENV{KINECT_ROOT_DIR})
|
||||
|
||||
set(KINECT_LIBRARIES ${KINECT_LIBRARY})
|
||||
|
||||
|
|
Loading…
Reference in a new issue