cmake: Do not set C++ standard specially for examples

This commit is contained in:
Paweł Bylica 2019-11-28 19:38:20 +01:00
parent 10e87931b1
commit 9ef44b8f8c
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@
include(GNUInstallDirs)
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
set(CMAKE_DEBUG_POSTFIX "")
add_subdirectory(example_vm)
add_subdirectory(example_precompiles_vm)