Skip to content

Commit 4681838

Browse files
committed
Changed NBL_WITH_DOCKER description
1 parent da3f711 commit 4681838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ option(NBL_BUILD_BULLET "Enable Bullet Physics building and integration?" OFF)
193193
option(NBL_BUILD_DOCS "Enable building documentation?" OFF) # No one has doxygen installed, plus we dont know when was the last time we generated working doxy and we'll use SphinX in the future
194194
option(NBL_ENABLE_PROJECT_JSON_CONFIG_VALIDATION "" ON)
195195
option(NBL_EMBED_BUILTIN_RESOURCES "Embed built-in resources?" ON)
196-
option(NBL_WITH_DOCKER "Detects and installs docker if not present in the system" OFF)
196+
option(NBL_WITH_DOCKER "Enables docker integration, if client is not found Docker Desktop will be installed" OFF)
197197

198198
if (NBL_WITH_DOCKER)
199199
if (NOT CMAKE_HOST_WIN32)

0 commit comments

Comments
 (0)