Add note about project()

So I don't get the bright idea to revert recent
changes again in some future refactoring.
This commit is contained in:
Martchus 2019-07-20 18:04:10 +02:00
parent 284e3df47a
commit d184370fea
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ if (NOT META_APP_DESCRIPTION)
endif ()
# set project name (displayed in Qt Creator)
# note: The project name is at least shown in Qt Creator this way but unfortunately setting project() from
# an included file is not sufficient (see https://cmake.org/cmake/help/latest/command/project.html#usage).
message(STATUS "Configuring project ${META_PROJECT_NAME}")
project(${META_PROJECT_NAME})