[CMake] OSX deployment target confusion for 2.8.10
Brad King
brad.king at kitware.com
Tue Nov 6 07:42:13 EST 2012
On 11/05/2012 08:31 PM, Matthew Brett wrote:
> Linking CXX executable shiboken
> ld: framework not found QtCore
> collect2: ld returned 1 exit status
> make[2]: *** [generator/shiboken] Error 1
> make[1]: *** [generator/CMakeFiles/shiboken.dir/all] Error 2
> make: *** [all] Error 2
>
> I get no such error running the same commands with 2.8.9. The
> cmake-generated Makefile between 2.8.9 and 2.8.10 differs only in the
> full path to the cmake binary.
The Makefile is not the only file containing build rules. Try
comparing the entire generator/CMakeFiles/shiboken.dir directory
between the two versions.
-Brad
More information about the CMake
mailing list