SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Список вопросов Печать

Could not find a package configuration file provided by "SDL3" (requested version 3.2.12) with any of the following names:     SDL3.cps     sdl3.cps     SDL3Config.cmake     sdl3-config.cmake


Метки: cmake warzone 2100 sdl3 

-- Using in-tree Miniupnpc
CMake Error at lib/sdl/CMakeLists.txt:15 (find_package):
  Could not find a package configuration file provided by "SDL3" (requested
  version 3.2.12) with any of the following names:

    SDL3.cps
    sdl3.cps
    SDL3Config.cmake
    sdl3-config.cmake

  Add the installation prefix of "SDL3" to CMAKE_PREFIX_PATH or set
  "SDL3_DIR" to a directory containing one of the above files.  If "SDL3"
  provides a separate development package or SDK, be sure it has been
  installed.

Ответы

RemiZOffAlex  Создано: 2026-07-11 21:04:54.609841  Обновлено: 2026-07-11 21:04:54.609843
dnf -y install SDL3-devel

Возможно будут интересны и другие вопросы