Skip to content

Commit fb90d75

Browse files
authored
Update README info on default C++ standard
1 parent a0249ba commit fb90d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Flags used during configuration
1818

1919
| CMake flag | type | meaning |
2020
|:---|:----|:----|
21-
| `CMAKE_CXX_STANDARD` | string | Defaults to `98`. There are performance issues with `C++11`.
21+
| `CMAKE_CXX_STANDARD` | string | Defaults to `C++11`.
2222
| `CMAKE_INSTALL_PREFIX` | path | your favourite install directory |
2323
| `CONDA_BUILD`| bool | `ON\|OFF` whether it is installed with `setup.py install`|
2424
|`BUILD_TEST` | bool | `ON\|OFF` whether to build the test mode|

0 commit comments

Comments
 (0)