Sfoglia il codice sorgente

Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)

Brian Pfeil 4 anni fa
parent
commit
50e9000b40
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Toolchain/CMakeToolchain.txt

+ 1 - 1
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")