mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user