CMake: Fix path to qt-cmake in configure summary
The path was wrong if CMAKE_STAGING_PREFIX was set. Change-Id: Iec90c7a5edf0da80a0ac108fe3411c340c01e9a9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
84dcbe4d5d
commit
d98a6d0463
@ -31,7 +31,7 @@ function(qt_print_build_instructions)
|
|||||||
message("Note that this build cannot be deployed to other machines or devices.")
|
message("Note that this build cannot be deployed to other machines or devices.")
|
||||||
endif()
|
endif()
|
||||||
message("To configure and build other modules, you can use the following convenience script:
|
message("To configure and build other modules, you can use the following convenience script:
|
||||||
${CMAKE_INSTALL_PREFIX}/${INSTALL_BINDIR}/qt-cmake")
|
${QT_STAGING_PREFIX}/${INSTALL_BINDIR}/qt-cmake")
|
||||||
message("\nIf reconfiguration fails for some reason, try to remove 'CMakeCache.txt' \
|
message("\nIf reconfiguration fails for some reason, try to remove 'CMakeCache.txt' \
|
||||||
from the build directory \n")
|
from the build directory \n")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Loading…
Reference in New Issue
Block a user