From: maier Date: Tue, 26 Feb 2013 18:17:53 +0000 (+0000) Subject: Some last bits X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6762c993fcf074670f2156e3252a690693785a;p=dealii-svn.git Some last bits git-svn-id: https://svn.dealii.org/branches/branch_cmake@28584 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/TODO.CMAKE b/deal.II/TODO.CMAKE index 38c26e7330..1a052f2644 100644 --- a/deal.II/TODO.CMAKE +++ b/deal.II/TODO.CMAKE @@ -14,9 +14,6 @@ Some last bits and thoughts: * Clean up Platform introspection (search for sse2 and avx) and document how to disable it (important for building for a different target system) -* Always requiring a C compiler is a big annoyance because it is only - needed for bundled UMFPACK. - * Provide a configuration template for cross compiling with CMake, * Set VERSION in CMakeLists.txt or in an extra file? diff --git a/deal.II/cmake/setup_compiler_flags.cmake b/deal.II/cmake/setup_compiler_flags.cmake index f902b5be06..a5e3b7fdf3 100644 --- a/deal.II/cmake/setup_compiler_flags.cmake +++ b/deal.II/cmake/setup_compiler_flags.cmake @@ -48,8 +48,7 @@ # -# TODO: Is there a way to set CMAKE_C_COMPILER to the same brand as -# CMAKE_CXX_COMPILER? +# CMAKE_C_COMPILER and CMAKE_CXX_COMPILER have to be of the same brand. # IF(NOT ( "${CMAKE_C_COMPILER_ID}" STREQUAL "${CMAKE_CXX_COMPILER_ID}" AND "${CMAKE_C_COMPILER_VERSION}" STREQUAL "${CMAKE_CXX_COMPILER_VERSION}" ) )