mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 21:09:59 -05:00
COMP: Fix for Mac specific code.
This commit is contained in:
@@ -646,7 +646,7 @@ cmLocalUnixMakefileGenerator2
|
||||
if(target.GetPropertyAsBool("MACOSX_BUNDLE"))
|
||||
{
|
||||
// Make bundle directories
|
||||
targetFullPath += name;
|
||||
targetFullPath += target.GetName();
|
||||
targetFullPath += ".app/Contents/MacOS/";
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user