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: