Browse Source

[cmake] set correct description for verbose option

Bruno Cabral 4 months ago
parent
commit
636e239e07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/raylib-config.cmake

+ 1 - 1
cmake/raylib-config.cmake

@@ -12,7 +12,7 @@
 #   raylib_DEFINITIONS - Compiler switches required for using raylib
 #   raylib_DEFINITIONS - Compiler switches required for using raylib
 
 
 option(raylib_USE_STATIC_LIBS "Use static libs" ON)
 option(raylib_USE_STATIC_LIBS "Use static libs" ON)
-option(raylib_VERBOSE "Use static libs" OFF)
+option(raylib_VERBOSE "Show raylib verbose messages" OFF)
 
 
 if (NOT TARGET raylib)
 if (NOT TARGET raylib)
     set(XPREFIX PC_RAYLIB)
     set(XPREFIX PC_RAYLIB)