From e300eb27c02cbe043fab597199068bbaedab20bb Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 3 Aug 2015 09:55:14 -0700 Subject: [PATCH] Fix libs directory path --- cmake/modules/FindiViewHMD.cmake | 4 ++-- interface/external/iViewHMD/readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/FindiViewHMD.cmake b/cmake/modules/FindiViewHMD.cmake index eb107a2833..c06846b218 100644 --- a/cmake/modules/FindiViewHMD.cmake +++ b/cmake/modules/FindiViewHMD.cmake @@ -3,7 +3,7 @@ # # Try to find the SMI iViewHMD eye tracker library # -# You must provide a IVIEWHMD_ROOT_DIR which contains lib and include directories +# You must provide a IVIEWHMD_ROOT_DIR which contains 3rdParty, include, and libs directories # # Once done this will define # @@ -19,7 +19,7 @@ include("${MACRO_DIR}/HifiLibrarySearchHints.cmake") hifi_library_search_hints("iViewHMD") find_path(IVIEWHMD_INCLUDE_DIRS iViewHMDAPI.h PATH_SUFFIXES include HINTS ${IVIEWHMD_SEARCH_DIRS}) -find_library(IVIEWHMD_LIBRARIES NAMES iViewHMDAPI PATH_SUFFIXES lib HINTS ${IVIEWHMD_SEARCH_DIRS}) +find_library(IVIEWHMD_LIBRARIES NAMES iViewHMDAPI PATH_SUFFIXES libs HINTS ${IVIEWHMD_SEARCH_DIRS}) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(iViewHMD DEFAULT_MSG IVIEWHMD_INCLUDE_DIRS IVIEWHMD_LIBRARIES) diff --git a/interface/external/iViewHMD/readme.txt b/interface/external/iViewHMD/readme.txt index 7e0af7e23e..4b3d59349b 100644 --- a/interface/external/iViewHMD/readme.txt +++ b/interface/external/iViewHMD/readme.txt @@ -4,7 +4,7 @@ David Rowe, 27 Jul 2015. 1. Download and install the SMI HMD Eye Tracking software from http://update.smivision.com/iViewNG-HMD.exe. -2. Copy the SDK folders (3rdParty, include, lib) from the SDK installation folder C:\Program Files (x86)\SMI\iViewNG-HMD\SDK +2. Copy the SDK folders (3rdParty, include, libs) from the SDK installation folder C:\Program Files (x86)\SMI\iViewNG-HMD\SDK into the interface/externals/iViewHMD folder. This readme.txt should be there as well. You may optionally choose to copy the SDK folders to a location outside the repository (so you can re-use with different