View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014916CMakeCMakepublic2014-05-15 07:352014-11-03 08:38
ReporterNikolay Zapolnov 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformAppleOSOSXOS Version10.9.2
Product VersionCMake 2.8.12.2 
Target VersionFixed in VersionCMake 3.0 
Summary0014916: Info.plist is stored in the wrong directory when creating bundles in subdirectories
DescriptionWhen 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 ReproduceI 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 InformationThe problem did not reproduce in 2.8.11.2
TagsNo tags attached.
Attached Filesbz2 file icon demo.tar.bz2 [^] (350 bytes) 2014-05-15 07:35

 Relationships

  Notes
(0035884)
Nils Gladitz (developer)
2014-05-15 08:39

I think this was fixed by http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=149ce5db5ed52855514e3ee3eef45295e667eed4;hp=e40fbbb0744e63401cba0958155c14fa838477cb [^]

Which is in CMake 3.0 rc5.
(0035885)
Brad King (manager)
2014-05-15 08:41

CMake 3.0.0-rc5 can be found here:

 http://www.cmake.org/files/v3.0/?C=M;O=D [^]
(0037137)
Robert Maynard (manager)
2014-11-03 08:38

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2014-05-15 07:35 Nikolay Zapolnov New Issue
2014-05-15 07:35 Nikolay Zapolnov File Added: demo.tar.bz2
2014-05-15 08:39 Nils Gladitz Note Added: 0035884
2014-05-15 08:41 Brad King Note Added: 0035885
2014-05-15 08:41 Brad King Status new => resolved
2014-05-15 08:41 Brad King Resolution open => fixed
2014-05-15 08:41 Brad King Fixed in Version => CMake 3.0
2014-11-03 08:38 Robert Maynard Note Added: 0037137
2014-11-03 08:38 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team