Skip to content

Commit 3449ff7

Browse files
authored
Fix RGL_FORCE_DOWNLOAD flag (type specification) (#37)
1 parent d4fa1de commit 3449ff7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RGLServerPlugin/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ set(GZ_SIM_VER ${gz-sim8_VERSION_MAJOR})
1313
include_directories(include)
1414

1515
# Use this variable to make sure the downloaded RGL will be up-to-date
16-
set(RGL_FORCE_DOWNLOAD OFF BOOL)
16+
set(RGL_FORCE_DOWNLOAD OFF CACHE BOOL
17+
"Removes existing RGL binaries and downloads a new one")
1718

1819
set(RGL_TAG "v0.17.0")
1920

0 commit comments

Comments
 (0)