<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">to be very precise, <div>    OS X is a "Case Preserving but NOT Case sensitive" be default. OS X can be made to be case sensitive but no one actually recommends it.</div><div><br></div><div>this means that on OS X foo.h and Foo.h resolve to be the same file, where as on Linux they would be 2 different files. You would have the same issues on Windows.</div><div><br></div><div>Mike Jackson</div><div><br></div><div><br><div><div>On Jul 21, 2015, at 10:35 AM, Dan Kegel <<a href="mailto:dank@kegel.com">dank@kegel.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p dir="ltr">It can't installiert both foo.h and Foo.h in the mac, better correct your example.<br>
</p>
<div class="gmail_quote">Am 21.07.2015 5:19 vorm. schrieb "Steven Wilson" <<a href="mailto:steven.wesley.wilson@gmail.com">steven.wesley.wilson@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div>I've noticed that CMake 3.3.0-rc3 will not install a header file in a Mac OS X framework if the header file starts with a capital letter (either that or has the same name as the framework).  <br><br></div>For example if I have the following:<br><br><br></div><div>set(FOO_HEADER_FILES "foo.h;bar.h;bat.h;Foo.h;Foo.hpp")<br></div><div><br></div>add_library(Foo SHARED ${FOO_SOURCE_FILES})<br><br></div>set_target_properties(Foo PROPERTIES<br></div>    FRAMEWORK ON<br></div>    OUTPUT_NAME Foo<br></div>    PUBLIC_HEADER "${FOO_HEADER_FILES}"<br>)<br><br></div>install(TARGETS Foo<br></div>  FRAMEWORK DESTINATION "frameworks")<br><br><br></div>Then when running 'make install' or the install target from Xcode, the installation step silently does not install Foo.h or Foo.hpp.<br><br></div>This behavior seems arbitrary, wrong, and completely annoying.<br><br></div>Comments?<br></div>
<br>--<br>
<br>
Powered by <a href="http://www.kitware.com/" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br></blockquote></div>
-- <br><br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br><br>CMake Support: <a href="http://cmake.org/cmake/help/support.html">http://cmake.org/cmake/help/support.html</a><br>CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html">http://cmake.org/cmake/help/consulting.html</a><br>CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html">http://cmake.org/cmake/help/training.html</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://public.kitware.com/mailman/listinfo/cmake">http://public.kitware.com/mailman/listinfo/cmake</a></blockquote></div><br></div></body></html>