We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c86c5 commit 7d63568Copy full SHA for 7d63568
1 file changed
CMakeLists.txt
@@ -28,7 +28,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
28
# By default, liblsl is fetched automatically from GitHub.
29
# To use a pre-installed liblsl, set LSL_INSTALL_ROOT.
30
set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl (optional)")
31
-set(LSL_FETCH_REF "v1.17.0" CACHE STRING "liblsl version to fetch from GitHub")
+set(LSL_FETCH_REF "v1.17.4" CACHE STRING "liblsl version to fetch from GitHub")
32
33
if(LSL_INSTALL_ROOT)
34
# Use pre-installed liblsl
0 commit comments