mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
Actually abort after the message that tells people to set CMAKE_INSTALL_PREFIX
Test Plan: `mkdir build ; cd build ; cmake ..` no longer prints out weird stuff after the "!!!!" error message, it actually stops there as intended (AFAICS).
This commit is contained in:
parent
7b03a01b18
commit
63fd27fbce
@ -431,6 +431,7 @@ if(NOT DEVELOPER_MODE)
|
||||
message("!! you MUST explicity define CMAKE_INSTALL_PREFIX !!")
|
||||
message("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
|
||||
message("${ESCAPE}[0m")
|
||||
message(FATAL_ERROR "Aborting")
|
||||
endif(QCA_INSTALL_IN_QT_PREFIX)
|
||||
|
||||
message("")
|
||||
|
Loading…
x
Reference in New Issue
Block a user