diff options
Diffstat (limited to 'cmake/cmake-cxx11/MERGE-TODO')
-rw-r--r-- | cmake/cmake-cxx11/MERGE-TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/cmake-cxx11/MERGE-TODO b/cmake/cmake-cxx11/MERGE-TODO new file mode 100644 index 00000000..dc2ce480 --- /dev/null +++ b/cmake/cmake-cxx11/MERGE-TODO @@ -0,0 +1,7 @@ +These things need to be changed when this module is merged into CMake: + +-change include(CheckCXXCompilerFlag) in CheckCXX11Features.cmake to + include(${CMAKE_CURRENT_LIST_DIR}/CheckCXXCompilerFlag.cmake) +-remove the setting of CMAKE_MODULE_PATH from the testcase CMakeLists.txt +-change all tabs to spaces in the cpp files + |