mirror of https://github.com/CGAL/cgal
Remove option '-std=c++11', committed by error.
This commit is contained in:
parent
b21b9e21c9
commit
d5372e1a7d
|
|
@ -11,8 +11,6 @@ if(POLICY CMP0043)
|
||||||
cmake_policy(SET CMP0043 OLD)
|
cmake_policy(SET CMP0043 OLD)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
ADD_DEFINITIONS("-std=c++11")
|
|
||||||
|
|
||||||
# If you want to visualize a linear cell complex, you can use the following viewer
|
# 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
|
# based on qt. Just uncomment the following two lines, plus the lines qt5_use_modules below
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue