mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 21:10:30 +00:00
Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)
This commit is contained in:
parent
700cbc02ec
commit
50e9000b40
Notes:
sideshowbarker
2024-07-19 02:09:54 +09:00
Author: https://github.com/pfeilbr 🔰 Commit: https://github.com/SerenityOS/serenity/commit/50e9000b40e Pull-request: https://github.com/SerenityOS/serenity/pull/3624
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
set(CMAKE_SYSTEM_NAME Generic)
|
||||
|
||||
if (NOT DEFINED ENV{SERENITY_ROOT})
|
||||
message(FATAL_ERROR "SERENITY_ROOT not set. Please source Toolchain/UseIt.sh.")
|
||||
message(FATAL_ERROR "SERENITY_ROOT not set.")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti -fno-exceptions")
|
||||
|
|
Loading…
Reference in a new issue