[cmake-developers] [CMake 0014916]: Info.plist is stored in the wrong directory when creating bundles in subdirectories

Mantis Bug Tracker mantis at public.kitware.com
Thu May 15 07:35:35 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14916 
====================================================================== 
Reported By:                Nikolay Zapolnov
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14916
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-05-15 07:35 EDT
Last Modified:              2014-05-15 07:35 EDT
====================================================================== 
Summary:                    Info.plist is stored in the wrong directory when
creating bundles in subdirectories
Description: 
When you are creating an OSX bundle in the subdirectory, it correctly generates
bundle relative to CMAKE_CURRENT_BINARY_DIR, except for Info.plist. Info.plist
is put relative to CMAKE_BINARY_DIR, not relative to CMAKE_CURRENT_BINARY_DIR.

This happens in the console build with make.

Steps to Reproduce: 
I have attached the test case to the issue.

Got:
build/test.bundle/Contents/Info.plist
build/subdir/test.bundle/Contents/MacOS/test

Expected:
build/subdir/test.bundle/Contents/Info.plist
build/subdir/test.bundle/Contents/MacOS/test


Additional Information: 
The problem did not reproduce in 2.8.11.2
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-05-15 07:35 Nikolay ZapolnovNew Issue                                    
2014-05-15 07:35 Nikolay ZapolnovFile Added: demo.tar.bz2                     
======================================================================



More information about the cmake-developers mailing list