daeisbae / AParser

Yet another programming language for educational purpose and simplicity
https://daeisbae.github.io/AParser/
MIT License
1 stars 0 forks source link

Set C++ std to C++20 : Previous CMake C++ std incorrectly set #21

Closed daeisbae closed 6 months ago

daeisbae commented 6 months ago

Update the CMakeLists.txt file to correctly set the C++ standard to C++20. Previously, the standard was incorrectly set to C++17 even though the compiler flag was set to C++20.