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
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
