Ver a proveniência
Merge pull request #4879 from brccabral/cmake_config_verbose
[cmake] set correct description for verbose option
pull/4883/head
Ray
há 3 meses
committed by
GitHub
ascendente
cometimento
5aa3f0ccc3
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
1 eliminações
-
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) |
|
|
|