FindQt4: Drop outdated advice to look at CMakeError.log on failure

The find module does not write information to the log.
This commit is contained in:
Brad King
2023-01-16 14:59:16 -05:00
parent a80465bcad
commit 874c2e1198

View File

@@ -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()