FIND_PACKAGE(OpenAL)

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

FIND_PACKAGE(OpenAL)

Joel
I was able to build joal, but how do I make the following line in CMake work?
 FIND_PACKAGE(OpenAL)

I get the following output:
-- Could NOT find OpenAL (missing:  OPENAL_LIBRARY OPENAL_INCLUDE_DIR)

Is there a path to put it on?
Reply | Threaded
Open this post in threaded view
|

Re: FIND_PACKAGE(OpenAL)

gouessej
Administrator
Hi

Can you indicate which CMake script gives you this error message?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: FIND_PACKAGE(OpenAL)

Joel
This post was updated on .
Its my own cmake file. It works with OSX, but I need it to find the android version.

Can I use this? How do I use it?
http://www.na-mic.org/svn/Slicer3-lib-mirrors/trunk/CMake/Modules/FindOpenAL.cmake
Reply | Threaded
Open this post in threaded view
|

Re: FIND_PACKAGE(OpenAL)

gouessej
Administrator
I don't understand what is wrong with the current build and what you try to achieve :s You should ask your questions on the IRC channel.
Julien Gouesse | Personal blog | Website