-
- Downloads
Bump CMake files to at least c++11.
Removed all configurations that explicitly test or set the c++ standard flags. The only place the standard is now configured is at the top of the main `CMakeLists.txt` file, which can easily be updated (e.g. if we decide to move to c++14+). This can also be set via command-line using ``` > cmake -DCMAKE_CXX_STANDARD 14 ``` Kept the `EIGEN_TEST_CXX11` flag for now - that still controls whether to build/run the `cxx11_*` tests. We will likely end up renaming these tests and removing the `CXX11` subfolder.
Showing
- CMakeLists.txt 5 additions, 28 deletionsCMakeLists.txt
- doc/CMakeLists.txt 0 additions, 3 deletionsdoc/CMakeLists.txt
- doc/examples/CMakeLists.txt 0 additions, 4 deletionsdoc/examples/CMakeLists.txt
- doc/snippets/CMakeLists.txt 21 additions, 26 deletionsdoc/snippets/CMakeLists.txt
- doc/special_examples/CMakeLists.txt 9 additions, 12 deletionsdoc/special_examples/CMakeLists.txt
- failtest/CMakeLists.txt 2 additions, 6 deletionsfailtest/CMakeLists.txt
- test/CMakeLists.txt 2 additions, 5 deletionstest/CMakeLists.txt
- unsupported/doc/examples/SYCL/CMakeLists.txt 0 additions, 1 deletionunsupported/doc/examples/SYCL/CMakeLists.txt
- unsupported/test/CMakeLists.txt 35 additions, 51 deletionsunsupported/test/CMakeLists.txt
Loading
Please register or sign in to comment