Hi list,

I'd appreciate a little help with the following issue:
I want to use "find_package(OpenAL REQUIRED)" on a portable project.
But on OSX it shouldn't accept the /System framework (or any other
framework). That one lacks too much stuff, and ppl building from
source need to use OpenAL Soft from MacPorts, Fink etc (that one is a
.dylib).
FindOpenAL.cmake is able to find OpenAL Soft from various places, but
it always prefers a framework.

I tried a few approaches, but apart from them being hackish they also
did not work ;)
Any hints?

Regards,
Andre
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to