Skip to content

Commit f285cad

Browse files
committed
default search paths for liblsl should be install folders.
1 parent 1c4711d commit f285cad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
2020
# and some default paths
2121
find_package(LSL REQUIRED
2222
HINTS ${LSL_INSTALL_ROOT}
23-
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/build/"
24-
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/out/build/x64-Release"
23+
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/build/install"
24+
"${CMAKE_CURRENT_LIST_DIR}/../../LSL/liblsl/out/install/x64-Release"
2525
PATH_SUFFIXES share/LSL)
2626
get_filename_component(LSL_PATH ${LSL_CONFIG} DIRECTORY)
2727
message(STATUS "Found LSL lib in ${LSL_PATH}")

0 commit comments

Comments
 (0)