diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e3636812..ade80548f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,7 +166,7 @@ if(SWIFT_BUILD_SAMPLES) endif() if(SWIFT_BUILD_DOCUMENTATION) - add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile.qmake WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs) + add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs) endif() include(cmake/install.cmake) diff --git a/src/blackconfig/buildconfig.inc b/src/blackconfig/buildconfig.inc index c444d23b5..4cec48156 100644 --- a/src/blackconfig/buildconfig.inc +++ b/src/blackconfig/buildconfig.inc @@ -5,7 +5,7 @@ #error This file is only to be included by buildconfig.h #endif -// in-line definitions with qmake substitutions +// in-line definitions with CMake substitutions #include "buildconfig_gen.inc" //! \cond PRIVATE