Hello,
using cmake version 3.5.2 on Linux I have observed, that automoc does not process header files if they have the suffix ".H" (uppercase h) At the moment I am porting our code base from qmake to cmake. Our quite large code base uses the .H suffix in tons of places instead of .h for cpp header files. At the moment I am forced to rename all headers that need to be processed using automoc to use a .h suffix. Is this a known issue? (Perhaps already adressed in later cmake releases?) Is there a way to tell cmake that it should treat the .H suffix as if it were .h? Mit freundlichen Grüßen / Best regards Markus Liebe Robert Bosch GmbH Automotive Electronics, Software Development (RtP2/TEF72) Postfach 13 42 72703 Reutlingen GERMANY www.bosch.com<http://www.bosch.com> Tel. +49(7121)35-35246 Fax +49(711)811-51435246 [email protected] Sitz: Stuttgart, Registergericht: Amtsgericht Stuttgart, HRB 14000; Aufsichtsratsvorsitzender: Franz Fehrenbach; Geschäftsführung: Dr. Volkmar Denner, Dr. Stefan Asenkerschbaumer, Dr. Rolf Bulander, Dr. Stefan Hartung, Dr. Dirk Hoheisel, Christoph Kübel, Uwe Raschke, Wolf-Henning Scheider, Dr. Werner Struth, Peter Tyroller
-- 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/mailman/listinfo/cmake
