OGRECave / ogre-audiovideo

plugins for theora video playback and openAL audio
https://ogrecave.github.io/ogre-audiovideo/
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Error while configuring with CMake #4

Closed Asmodeus666 closed 5 years ago

Asmodeus666 commented 5 years ago

I prepared sources with CMake and only changed OGRE_DIR=C:/Work/SDK/Ogre_install/CMake (ogre install dir) and CMake writed this:

Found OGRE
  static     : OFF
  components : Bites;HLMS;MeshLodGenerator;Overlay;Paging;Property;RTShaderSystem;Terrain;Volume
  plugins    : Plugin_BSPSceneManager;Plugin_OctreeSceneManager;Plugin_PCZSceneManager;Plugin_ParticleFX;RenderSystem_GL;RenderSystem_GL3Plus;RenderSystem_Direct3D9;RenderSystem_Direct3D11;Codec_STBI
  media      : C:/Work/SDK/Ogre_install/Media
CMake Error at CMakeLists.txt:4 (find_package):
  Found package configuration file:

    C:/Work/SDK/Ogre_install/CMake/OGREConfig.cmake

  but it set OGRE_FOUND to FALSE so package "OGRE" is considered to be NOT
  FOUND.  Reason given by package:

  Component 'OPTIONAL' is required but was not found

Configuring incomplete, errors occurred!
See also "C:/Work/SDK/OgreVideo_build/CMakeFiles/CMakeOutput.log".