mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
96fc5d5d07
automoc now defaults to strict mode, also with Qt4, i.e. it behaves as the documentation says by default. I also inverted the switch CMAKE_AUTOMOC_STRICT_MODE to CMAKE_AUTOMOC_RELAXED_MODE. Docs and test adapted accordingly. Alex