diff --git a/CMakeLists.txt b/CMakeLists.txt index 3efd6aa82..e5a1bf1c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,8 @@ endif() project (iwasm) +set(CMAKE_CXX_STANDARD 17) + set (CMAKE_VERBOSE_MAKEFILE OFF) if (NOT DEFINED WAMR_BUILD_PLATFORM)