aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2018-10-08 17:32:54 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2018-10-08 17:32:54 +0200
commitaa5820056ec1a21b23c716b2b6519c16f9fe4d04 (patch)
treed39f75bf9af583be241c96aa30561d71c08bcd51 /doc/examples
parente21766c6f585e833aa7e4c02f3d50d7d276c0fd4 (diff)
Unify c++11 usage in doc's examples and snippets
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/examples/CMakeLists.txt b/doc/examples/CMakeLists.txt
index f7a19055f..4fa0b1019 100644
--- a/doc/examples/CMakeLists.txt
+++ b/doc/examples/CMakeLists.txt
@@ -15,7 +15,6 @@ foreach(example_src ${examples_SRCS})
add_dependencies(all_examples ${example})
endforeach(example_src)
-check_cxx_compiler_flag("-std=c++11" EIGEN_COMPILER_SUPPORT_CPP11)
if(EIGEN_COMPILER_SUPPORT_CPP11)
ei_add_target_property(nullary_indexing COMPILE_FLAGS "-std=c++11")
endif() \ No newline at end of file