Re: [CMake] Example of creating OSX application?

2015-05-04 Thread Dan Kegel
On Mon, May 4, 2015 at 12:07 PM, Martin Percossi wrote: > Could someone point me to a recent example CMakeLists.txt for creation of an > application (i.e., .app directory structure) under OSX? Ideally, it should > have its own custom framework included in the @executable_path/../Frameworks > direc

[CMake] Example of creating OSX application?

2015-05-04 Thread Martin Percossi
Hello, Could someone point me to a recent example CMakeLists.txt for creation of an application (i.e., .app directory structure) under OSX? Ideally, it should have its own custom framework included in the @executable_path/../Frameworks directory, as well as resources. In short, it should be reason

Re: [CMake] cmake iOS application + framework link error

2015-05-04 Thread David Hirvonen
Thanks for the response. I've moved to a more standard *nix layout for all platforms, and will rely on a post-build step to create my framework (for now). If I find a fix, I'll be sure to share it here. On Wed, Apr 29, 2015 at 5:22 AM, Eric Wing wrote: > On 4/25/15, David Hirvonen wrote: > >

Re: [CMake] find_package

2015-05-04 Thread matzeNOTAVAILABLE .
Hi, unset(Boost_INCLUDE_DIR CACHE) does not work either. I have also tried to unset the following: unset(Boost_INCLUDE_DIR CACHE) unset(Boost_INCLUDE_DIR) unset(Boost_INCLUDE_DIRS CACHE) unset(Boost_INCLUDE_DIRS) unset(Boost_FOUND CACHE) unset(Boost_FOUND) unset(Boost_LIBRARIES CACHE) unset(Bo