summaryrefslogtreecommitdiff
path: root/Toolchain/CMakeToolchain.txt
diff options
context:
space:
mode:
authorBrian Pfeil <brian.pfeil@gmail.com>2020-09-27 15:13:04 -0400
committerGitHub <noreply@github.com>2020-09-27 21:13:04 +0200
commit50e9000b40e2d3bd9bdcbbe5e5c59b1470e4fed0 (patch)
treeffdb8fe41cefd1bcac3c4bd8e653a2008eecdc0d /Toolchain/CMakeToolchain.txt
parent700cbc02ec01213bbcf85a9efc0636681adfed5f (diff)
downloadserenity-50e9000b40e2d3bd9bdcbbe5e5c59b1470e4fed0.zip
Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)
Diffstat (limited to 'Toolchain/CMakeToolchain.txt')
-rw-r--r--Toolchain/CMakeToolchain.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Toolchain/CMakeToolchain.txt b/Toolchain/CMakeToolchain.txt
index 85e74162d7..36e0bf58a7 100644
--- a/Toolchain/CMakeToolchain.txt
+++ b/Toolchain/CMakeToolchain.txt
@@ -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")