Am 18.09.2010 um 09:39 schrieb Kornel Benko: > Am Samstag 18 September 2010 schrieb Stephan Witt: >> Am 17.09.2010 um 19:44 schrieb Kornel Benko: >>> Am Freitag 17 September 2010 schrieb Kornel Benko: >> The hunspell library I use is self compiled and doesn't exist below /usr or >> /usr/local. So it cannot be found by cmake - as it currently is searched >> for. >> What should I do to change that. I tried to add my directory to some path >> here or there. But I cannot get it working and I have no clue how private >> library/header files should be handled. >> >> Please, can anybody of the cmake gurus help here? >> >> Stephan > > You could patch the module development/cmake/modules/FindHunspell.cmake > to add your desired path. > > For libraries and for include files
Thanks, now it works. Stupid typo :( Shame on me. Anyway, now I can debug it in Xcode IDE again. Stephan