summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-16 19:59:16 (GMT)
committerBrad King <brad.king@kitware.com>2023-01-18 21:41:00 (GMT)
commit874c2e1198e665bdead9c6e91da7dbf5f960e3e1 (patch)
treeb68f833f673b1550180fbd64c4f2b1d2a3ca7087 /Modules/FindQt4.cmake
parenta80465bcad064d61f3da9bb08c6d4eb52ecb34e9 (diff)
downloadCMake-874c2e1198e665bdead9c6e91da7dbf5f960e3e1.zip
CMake-874c2e1198e665bdead9c6e91da7dbf5f960e3e1.tar.gz
CMake-874c2e1198e665bdead9c6e91da7dbf5f960e3e1.tar.bz2
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 ec0f453..3154ad3 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()