You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH are now part of project()
OUTPUT_INCLUDE_DIR removed; use ${PROJECT_BINARY_DIR}/include instead
Per-target include directories and definitions instead of global pollution
Qt support is now implicit thanks to AUTOMOC, AUTORCC and AUTOUIC feature:
NAME_MOC_HEADERS, NAME_UI_FORMS and NAME_RESOURCES are not supported
anymore; use NAME_PUBLIC_HEADERS, NAME_HEADERS and NAME_SOURCES
accordingly
477:
Rename functions to common_cppcheck, common_clangcheck and
common_cpplint to solve a name clash with ITK
474:
common_library() : add an option to omit install (useful for test libs)
472:
Remove common_gui_application, add GUI and EXAMPLE arguments to
common_application