Notes |
|
(0029383)
|
Brad King
|
2012-05-01 14:22
|
|
I cannot reproduce this, at least on OS X 10.6:
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.6.6
BuildVersion: 10J567
$ /opt/local/bin/cmake --version
cmake version 2.8.7
$ cat ../CMakeLists.txt
cmake_minimum_required(VERSION 2.8)
project(Issue13177 C)
install(DIRECTORY "include/"
DESTINATION "include"
FILES_MATCHING PATTERN "*.h")
$ find ../include -type f
../include/a.h
../include/b.h
../include/c.H
$ /opt/local/bin/cmake .. -DCMAKE_INSTALL_PREFIX="$(pwd)/prefix"
$ make install
Install the project...
-- Install configuration: ""
-- Installing: .../prefix/include
-- Installing: .../prefix/include/a.h
-- Installing: .../prefix/include/b.h
-- Installing: .../prefix/include/c.H
Note that even case-insensitive matching works. Also, our test suite contains almost the exact same case:
http://cmake.org/gitweb?p=cmake.git;a=blob;f=Tests/SimpleInstall/CMakeLists.txt;hb=v2.8.7#l272 [^]
and passes on all OS X nightly test machines.
Please provide a minimal but complete source tarball that demonstrates the problem. Also please try to reproduce this with an upstream CMake to ensure MacPorts patches do not interfere. |
|
|
(0029659)
|
Matthew McCormick
|
2012-06-11 13:46
|
|
|
|
(0029660)
|
Matthew McCormick
|
2012-06-11 13:50
|
|
Also note from reports on DCMTK thread: the command appears to behave correctly with CMake 2.8.2 from Debian. |
|
|
(0029661)
|
Brad King
|
2012-06-11 14:02
|
|
Re 0013177:0029660: As stated in 0013177:0029383 the command also appears to work as documented on ALL our nightly testing machines, and on my machines. It is a tested feature.
There must be something obscure about the conditions that lead to the failure. |
|
|
(0029665)
|
Brad King
|
2012-06-12 08:25
|
|
Re 0013177:0029659: From discussion with the reporter of the problem in DCMTK it happens on all their OS X 10.7 machines. |
|
|
(0029682)
|
Brad King
|
2012-06-13 08:59
|
|
|
|
(0032057)
|
Robert Maynard
|
2013-01-09 10:58
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|