add example showing how to compile Cpp runtime with a different standard

This commit is contained in:
Felix Nieuwenhuizen 2021-02-08 17:39:19 +01:00
parent 98a3f7d640
commit 03ee69bc3f
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ else()
CMAKE_CACHE_ARGS
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DWITH_STATIC_CRT:BOOL=${ANTLR4_WITH_STATIC_CRT}
# -DCMAKE_CXX_STANDARD:STRING=17 # if desired, compile the runtime with a different C++ standard
INSTALL_COMMAND ""
EXCLUDE_FROM_ALL 1)
endif()