From 2ffbdf5680f7ac44c893ef0cb02a5961f8542718 Mon Sep 17 00:00:00 2001 From: Shannon Booth Date: Sat, 16 May 2020 16:52:49 +1200 Subject: Toolchain/Ports: Update to gcc 10.1.0 --- Meta/CLion/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Meta/CLion/CMakeLists.txt') diff --git a/Meta/CLion/CMakeLists.txt b/Meta/CLion/CMakeLists.txt index 048e657892..4367266325 100644 --- a/Meta/CLion/CMakeLists.txt +++ b/Meta/CLion/CMakeLists.txt @@ -25,7 +25,7 @@ set(INCLUDE_DIRS "serenity/Libraries/LibC" "serenity/Libraries/LibPthread" "serenity/Services" - "serenity/Toolchain/Local/i686-pc-serenity/include/c++/9.3.0") + "serenity/Toolchain/Local/i686-pc-serenity/include/c++/10.1.0") add_library(serenity ${AK_SOURCES} -- cgit v1.2.3