mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05: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()
|
endif()
|
||||||
set(Qt4_FOUND FALSE)
|
set(Qt4_FOUND FALSE)
|
||||||
if(Qt4_FIND_REQUIRED)
|
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()
|
else()
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user