mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 09:33:08 +02:00
correct typo in sixense dll path
This commit is contained in:
parent
d8bf8e322b
commit
0ff382e68a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ include(FindPackageHandleStandardArgs)
|
|||
find_package_handle_standard_args(Sixense DEFAULT_MSG ${SIXENSE_REQUIREMENTS})
|
||||
|
||||
if (WIN32)
|
||||
add_paths_to_lib_paths(${SIXSENSE_DEBUG_DLL_PATH})
|
||||
add_paths_to_lib_paths(${SIXENSE_DEBUG_DLL_PATH} ${SIXENSE_RELEASE_DLL_PATH})
|
||||
endif ()
|
||||
|
||||
mark_as_advanced(SIXENSE_LIBRARIES SIXENSE_INCLUDE_DIRS SIXENSE_SEARCH_DIRS)
|
||||
|
|
Loading…
Reference in a new issue