[CMake] Problem with OUTPUT_PATH in an OSX Bundle

dieter oberkofler d.1234567890 at qualiant.at
Tue Apr 17 14:00:58 EDT 2007


I'm having some problems when using the OUTPUT_NAME property in an Apple OSX
bundle.
1) It seems as if SET_TARGET_PROPERTIES(<target> PROPERTIES OUTPUT_NAME
<name>) would append the name to the current CMAKE_CURRENT_BINARY directory
instead of replacing the output name with a fully specified filename name.
On the WIN32 platform this seems to work as expected.
2) Additionally when specifying an OUTPUT_NAME the OSX bundle itself gets
the (wrong) name but the same path will also be used for the binary itself
within the application.
Is this expected or did I hit a problem in CMake 2.4.4?
-dieter




More information about the CMake mailing list