Hi everyone, sorry the long subject. I'm trying to test some compilation options and would like to force cmake to use the libraries under /Library/Frameworks instead of those it finds on macports' lib folder. Specifically, I would like to use the SDL installation I have under the Frameworks folder, instead of the one macports installed as a dependency on another program.
Currently, cmake produces a valid Makefile, using Unix Makefiles generator, but is links to the libraries on macports and I would like to use/test the others. Also, I find that when I try to generate a xcode project file with cmake, it always creates an invalid file that XCode can't read, I googled a bit and found some references to bugs on cmake 2.8.1, the one I'm using. Is this correct, are there problems with xcode files generated with this version? Regards, Sérgio Lopes _______________________________________________ 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
