Skip to content

Commit cb943bf

Browse files
authored
Update CMakeLists.txt
Set C++17 explicitly
1 parent 8618643 commit cb943bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product-mini/platforms/windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set (WAMR_BUILD_PLATFORM "windows")
1313
# Reset default linker flags
1414
set (CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
1515
set (CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")
16-
16+
set(CMAKE_CXX_STANDARD 17)
1717
add_definitions(-DCOMPILING_WASM_RUNTIME_API=1)
1818

1919
# Set WAMR_BUILD_TARGET, currently values supported:

0 commit comments

Comments
 (0)