Changeset 10734
- Timestamp:
- Oct 31, 2015, 6:40:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/cmake/CompilerConfigGCC.cmake
r10733 r10734 65 65 66 66 # Introducing c++11 67 # Note: there is also 'std=gnu++11', but that might not be portable to windows 68 ADD_COMPILER_FLAGS("-std=c++0x" CACHE) 67 ADD_COMPILER_FLAGS("-std=gnu++11" CACHE) 69 68 70 69 # CMake doesn't seem to set the PIC flags right on certain 64 bit systems
Note: See TracChangeset
for help on using the changeset viewer.