At least fast-jit seems to require a bit new C++ standard. C++17 was chosen to match product-mini/platforms/darwin.
@@ -10,6 +10,8 @@ endif()
project (iwasm)
+set(CMAKE_CXX_STANDARD 17)
+
set (CMAKE_VERBOSE_MAKEFILE OFF)
if (NOT DEFINED WAMR_BUILD_PLATFORM)