From 1fb038c014231f69264b60fa04dbb3051c7c1b85 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 1 Mar 2013 13:54:04 +0000 Subject: [PATCH] Add CMAKE_(C|CXX)_COMPILER to Config.sample git-svn-id: https://svn.dealii.org/branches/branch_cmake@28685 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/Config.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/development/Config.sample b/deal.II/doc/development/Config.sample index 4df18e8ea3..373ef9e798 100644 --- a/deal.II/doc/development/Config.sample +++ b/deal.II/doc/development/Config.sample @@ -84,6 +84,12 @@ SET(DEAL_II_SETUP_DEFAULT_COMPILER_FLAGS ON CACHE BOOL "Configure sensible default CFLAGS and CXXFLAGS depending on platform, compiler and build target." ) +# +#SET(CMAKE_CXX_COMPILER "" CACHE STRING "CXX Compiler.") +# +#SET(CMAKE_C_COMPILER "" CACHE STRING "C Compiler.") +# + SET(CMAKE_CXX_FLAGS "" CACHE STRING "The user supplied cache variable will be appended _at the end_ of the auto generated CMAKE_CXX_FLAGS variable" ) -- 2.39.5