Selaa lähdekoodia
Merge pull request #4879 from brccabral/cmake_config_verbose
[cmake] set correct description for verbose option
pull/4883/head
Ray
1 kuukausi sitten
committed by
GitHub
vanhempi
commit
5aa3f0ccc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
cmake/raylib-config.cmake
|
|
@ -12,7 +12,7 @@ |
|
|
|
# raylib_DEFINITIONS - Compiler switches required for using raylib |
|
|
|
|
|
|
|
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) |
|
|
|
set(XPREFIX PC_RAYLIB) |
|
|
|