Testing subversion.

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@1584 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Jeongnim Kim 2007-01-04 19:41:39 +00:00
parent 78cb66c25a
commit 861c5cf0ee
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,8 @@ SET (PROJECT_CMAKE ${qmcpack_SOURCE_DIR}/CMake)
######################################################
#COMPILER choose one of the cmake files to customize the compiler options
#If nothing is chosen, default settings by cmake will be used.
#If the automatic detection does not work, comment out everything
#upto COMPILER MANUAL SELECTION and use one of the customized cmake file.
######################################################
SET(FOUND_CXXENV 0)
IF($ENV{CXX} MATCHES "icpc")
@ -112,6 +114,8 @@ ENDIF($ENV{CXX} MATCHES "xlC")
IF(NOT FOUND_CXXENV)
INCLUDE(${PROJECT_CMAKE}/GNUCompilers.cmake)
ENDIF(NOT FOUND_CXXENV)
#COMPIELR MANUAL SELECTION
#INCLUDE(${PROJECT_CMAKE}/GNUCompilers.cmake)
#INCLUDE(${PROJECT_CMAKE}/Intel8.cmake)
#INCLUDE(${PROJECT_CMAKE}/IBMCompilers.cmake)