Skip to content

Commit

Permalink
cross compiler compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadit19 committed Aug 23, 2024
1 parent 330759b commit 1107b3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="https://github.com/coding-cpp/expresso" target="_blank"
>expresso</a
>, 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).
</div>
<div>Expresso version running: <i></i></div>
Expand Down

0 comments on commit 1107b3b

Please sign in to comment.