We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6345f59 commit 833a9c7Copy full SHA for 833a9c7
2 files changed
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(xrDriver VERSION 2.9.2 LANGUAGES C)
+project(xrDriver VERSION 2.9.3 LANGUAGES C)
3
4
# Emit compile_commands.json for IDEs (VS Code IntelliSense)
5
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
bin/xr_driver_setup
@@ -65,6 +65,10 @@ then
65
lib_path_arg="$local_dir/xrDriver-libs-$ARCH.tar.gz"
66
if [ ! -f "$lib_path_arg" ]; then
67
echo "Error: Lib archive not found at $lib_path_arg"
68
+
69
+ YELLOW='\e[1;33m'
70
+ RESET='\e[0m'
71
+ echo -e "\n${YELLOW}IMPORTANT${RESET}: Be sure you're using the latest version of the setup script\n"
72
exit 1
73
fi
74
0 commit comments