소스 검색

Merge pull request #4879 from brccabral/cmake_config_verbose

[cmake] set correct description for verbose option
pull/4883/head
Ray 3 달 전
committed by GitHub
부모
커밋
5aa3f0ccc3
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)

불러오는 중...
취소
저장