mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
Merge topic 'doc-discourse' into release-3.16
4af39fe25bCMakeSystemSpecificInformation: Replace mailing list with Discourse Forumd0be4d5365README: Replace link to mailing list the CMake Discourse Forum4dd6ad20b6README: Update links to cmake.org pages821bfca89bHelp: Replace links to mailing lists with links to our Discourse Forum32d8de1463CMakeCPack: Update Debian package contact email2fae9101e5Help/dev: Update maintainer guide for Discourse transition Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3998
This commit is contained in:
@@ -27,13 +27,13 @@ include(${CMAKE_SYSTEM_INFO_FILE} OPTIONAL RESULT_VARIABLE _INCLUDED_SYSTEM_INFO
|
||||
|
||||
if(NOT _INCLUDED_SYSTEM_INFO_FILE)
|
||||
message("System is unknown to cmake, create:\n${CMAKE_SYSTEM_INFO_FILE}"
|
||||
" to use this system, please send your config file to "
|
||||
"cmake@www.cmake.org so it can be added to cmake")
|
||||
" to use this system, please post your config file on "
|
||||
"discourse.cmake.org so it can be added to cmake")
|
||||
if(EXISTS ${CMAKE_BINARY_DIR}/CMakeCache.txt)
|
||||
configure_file(${CMAKE_BINARY_DIR}/CMakeCache.txt
|
||||
${CMAKE_BINARY_DIR}/CopyOfCMakeCache.txt COPYONLY)
|
||||
message("Your CMakeCache.txt file was copied to CopyOfCMakeCache.txt. "
|
||||
"Please send that file to cmake@www.cmake.org.")
|
||||
"Please post that file on discourse.cmake.org.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user