aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/special_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/special_examples
parente21766c6f585e833aa7e4c02f3d50d7d276c0fd4 (diff)
Unify c++11 usage in doc's examples and snippets
Diffstat (limited to 'doc/special_examples')
-rw-r--r--doc/special_examples/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/special_examples/CMakeLists.txt b/doc/special_examples/CMakeLists.txt
index 101fbc5f9..66ba4deee 100644
--- a/doc/special_examples/CMakeLists.txt
+++ b/doc/special_examples/CMakeLists.txt
@@ -19,7 +19,6 @@ if(QT4_FOUND)
add_dependencies(all_examples Tutorial_sparse_example)
endif(QT4_FOUND)
-check_cxx_compiler_flag("-std=c++11" EIGEN_COMPILER_SUPPORT_CPP11)
if(EIGEN_COMPILER_SUPPORT_CPP11)
add_executable(random_cpp11 random_cpp11.cpp)
target_link_libraries(random_cpp11 ${EIGEN_STANDARD_LIBRARIES_TO_LINK_TO})