Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-17 Thread Alexander Neundorf
On Thursday 16 June 2011, Brad King wrote:
 On 06/16/2011 04:15 PM, Alexander Neundorf wrote:
  I'll push a branch to the stage once 2.8.5 is released. Or can I do that
  earlier ?
 
 You can push it any time but skip merging it.

There should be a branch DisableSwitchForFindPackage now in stage.
Please have a look at it :-)

Alex
___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


[cmake-developers] [CMake 0012284]: User Install time created symlinks are not preserved in TGZ

2011-06-17 Thread Mantis Bug Tracker

The following issue has been SUBMITTED. 
== 
http://public.kitware.com/Bug/view.php?id=12284 
== 
Reported By:Eric NOULARD
Assigned To:
== 
Project:CMake
Issue ID:   12284
Category:   CPack
Reproducibility:always
Severity:   minor
Priority:   normal
Status: new
== 
Date Submitted: 2011-06-17 22:57 CEST
Last Modified:  2011-06-17 22:57 CEST
== 
Summary:User Install time created symlinks are not preserved
in TGZ
Description: 
Reporte by John Cary on the ML
http://www.cmake.org/pipermail/cmake/2011-June/044940.html

Steps to Reproduce: 
Attached is a minimal standalone example that illustrates the problem.

If build dir is next to the directory resulting from untarring this, do

cmake -DCMAKE_INSTALL_PREFIX=$HOME/tmp/cmtprefix ../cmt
make all install
# You will see that in the installation, the top cmtdir is a link:
numbersix.cary$ ls -l $HOME/tmp/cmtprefix/cmtdir
lrwxrwxr-x  1 cary  research  10 Jun 17 11:16 /Users/cary/tmp/cmtprefix/cmtdir
- bin/cmtdir
# then do
make package
tar xzf cmt-1.1.1-Darwin.tar.gz
# and you will see that the top-level cmtdir is a directory:
numbersix.cary$ ls -l cmt-1.1.1-Darwin
total 0
drwxrwxr-x  3 cary  research  102 Jun 17 11:25 bin
drwxrwxr-x  3 cary  research  102 Jun 17 11:25 cmtdir

such that two copies of the binary are installed
== 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2011-06-17 22:57 Eric NOULARD   New Issue
2011-06-17 22:57 Eric NOULARD   File Added: cmt.tgz  
==

___
cmake-developers mailing list
cmake-developers@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers