From 1107b3b2ac8be1da8e7bc5ae8054e5ca397824a6 Mon Sep 17 00:00:00 2001 From: jadit19 Date: Fri, 23 Aug 2024 08:08:29 +0530 Subject: [PATCH] cross compiler compatibility --- CMakeLists.txt | 1 - assets/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfa813e..5e65291 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,6 @@ project(expresso VERSION 0.1.2) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_STANDARD_REQUIRED TRUE) -set(CMAKE_CXX_COMPILER "g++") if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release diff --git a/assets/index.html b/assets/index.html index 499ccef..4b8a1fd 100644 --- a/assets/index.html +++ b/assets/index.html @@ -14,7 +14,7 @@ expresso, a backend framework written in pure C++ 20 without the use of any - external libraries at all (well, obviously except for the standard g++ + external libraries at all (well, obviously except for the standard c++ library).
Expresso version running: