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 ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers