Skip to content

Commit

Permalink
Remove CMake hack suggested by one of the Amanzi folks
Browse files Browse the repository at this point in the history
  • Loading branch information
drummerdoc committed Jan 26, 2012
1 parent 78fcd0b commit 9c1a93b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ endif()
# all add_test commands are ignored unless this is called!
enable_testing()

# must be set prior to any project definition
if (ENABLE_MPI)
set(CMAKE_C_COMPILER "${MPI_PREFIX}/bin/mpicc")
set(CMAKE_CXX_COMPILER "${MPI_PREFIX}/bin/mpic++")
set(CMAKE_Fortran_COMPILER "${MPI_PREFIX}/bin/mpif90")
endif()


# Useful variables pointing to directories in the source tree
set(CCSE_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
set(CCSE_TOOLS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Tools")
Expand Down

0 comments on commit 9c1a93b

Please sign in to comment.