From: maier Date: Fri, 1 Mar 2013 13:54:04 +0000 (+0000) Subject: Add CMAKE_(C|CXX)_COMPILER to Config.sample X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fb038c014231f69264b60fa04dbb3051c7c1b85;p=dealii-svn.git Add CMAKE_(C|CXX)_COMPILER to Config.sample git-svn-id: https://svn.dealii.org/branches/branch_cmake@28685 0785d39b-7218-0410-832d-ea1e28bc413d --- 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" )