Remove option '-std=c++11', committed by error.

This commit is contained in:
Guillaume Damiand 2017-11-21 10:02:23 +01:00
parent b21b9e21c9
commit d5372e1a7d
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ if(POLICY CMP0043)
cmake_policy(SET CMP0043 OLD)
endif()
ADD_DEFINITIONS("-std=c++11")
# If you want to visualize a linear cell complex, you can use the following viewer
# based on qt. Just uncomment the following two lines, plus the lines qt5_use_modules below