<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>