We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d3200 commit d8ad501Copy full SHA for d8ad501
1 file changed
cmake/Findliblsl.cmake
@@ -32,7 +32,7 @@ if(NOT TARGET LSL::lsl)
32
if(LSL_FOUND)
33
lsl_found_liblsl("Precompiled" ${LSL_DIR})
34
endif()
35
- message(WARNING "Precompiled LSL was not found. See https://labstreaminglayer.readthedocs.io/dev/build.html#lsl-install-root for more information.")
+ message(WARNING "Precompiled LSL was not found. See https://labstreaminglayer.readthedocs.io/dev/LSL_INSTALL_ROOT.html for more information.")
36
37
# Try to find the liblsl source directory otherwise
38
file(TO_CMAKE_PATH "${LIBLSLDIR}" LIBLSLDIR)
0 commit comments