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 d4fa1de commit 3449ff7Copy full SHA for 3449ff7
RGLServerPlugin/CMakeLists.txt
@@ -13,7 +13,8 @@ set(GZ_SIM_VER ${gz-sim8_VERSION_MAJOR})
13
include_directories(include)
14
15
# Use this variable to make sure the downloaded RGL will be up-to-date
16
-set(RGL_FORCE_DOWNLOAD OFF BOOL)
+set(RGL_FORCE_DOWNLOAD OFF CACHE BOOL
17
+ "Removes existing RGL binaries and downloads a new one")
18
19
set(RGL_TAG "v0.17.0")
20
0 commit comments