summaryrefslogtreecommitdiff
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-16 14:59:16 -0500
committerBrad King <brad.king@kitware.com>2023-01-18 16:41:00 -0500
commit874c2e1198e665bdead9c6e91da7dbf5f960e3e1 (patch)
treeb68f833f673b1550180fbd64c4f2b1d2a3ca7087 /Modules/FindQt4.cmake
parenta80465bcad064d61f3da9bb08c6d4eb52ecb34e9 (diff)
downloadcmake-874c2e1198e665bdead9c6e91da7dbf5f960e3e1.tar.gz
FindQt4: Drop outdated advice to look at CMakeError.log on failure
The find module does not write information to the log.
Diffstat (limited to 'Modules/FindQt4.cmake')
-rw-r--r--Modules/FindQt4.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindQt4.cmake b/Modules/FindQt4.cmake
index ec0f4536ce..3154ad3fb3 100644
--- a/Modules/FindQt4.cmake
+++ b/Modules/FindQt4.cmake
@@ -623,7 +623,7 @@ if (QT_QMAKE_EXECUTABLE AND
endif()
set(Qt4_FOUND FALSE)
if(Qt4_FIND_REQUIRED)
- message( FATAL_ERROR "Could NOT find QtCore. Check ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log for more details.")
+ message( FATAL_ERROR "Could NOT find QtCore.")
else()
return()
endif()