Skip to content

Commit 636e239

Browse files
committed
[cmake] set correct description for verbose option
1 parent f5c9630 commit 636e239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/raylib-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# raylib_DEFINITIONS - Compiler switches required for using raylib
1313

1414
option(raylib_USE_STATIC_LIBS "Use static libs" ON)
15-
option(raylib_VERBOSE "Use static libs" OFF)
15+
option(raylib_VERBOSE "Show raylib verbose messages" OFF)
1616

1717
if (NOT TARGET raylib)
1818
set(XPREFIX PC_RAYLIB)

0 commit comments

Comments
 (0)