Skip to content

Commit ef46667

Browse files
committed
Whitespace fixes
Spaces at end of line, automatically deleted by vim/vscode etc.
1 parent f3ebaec commit ef46667

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22
project(SCALAPACK C Fortran)
33
# Configure the warning and code coverage suppression file
4-
configure_file(
4+
configure_file(
55
"${SCALAPACK_SOURCE_DIR}/CMAKE/CTestCustom.cmake.in"
66
"${SCALAPACK_BINARY_DIR}/CTestCustom.cmake"
77
COPYONLY
@@ -48,8 +48,8 @@ if (MPI_FOUND)
4848
PATH_SUFFIXES bin
4949
DOC "MPI Fortran compiler.")
5050
MARK_AS_ADVANCED(MPI_Fortran_COMPILER)
51-
52-
51+
52+
5353

5454
if ("${MPI_Fortran_COMPILER}" STREQUAL "MPI_Fortran_COMPILER-NOTFOUND")
5555
message(ERROR "--> MPI Fortran Compiler NOT FOUND (please set MPI_BASE_DIR accordingly")
@@ -59,7 +59,7 @@ if (MPI_FOUND)
5959
SET(CMAKE_Fortran_COMPILER "${MPI_Fortran_COMPILER}")
6060
message(STATUS "--> Fortran Compiler : ${CMAKE_Fortran_COMPILER}")
6161
endif()
62-
62+
6363
else()
6464
message(STATUS "Found MPI_LIBRARY : ${MPI_FOUND} ")
6565
set(MPI_BASE_DIR ${MPI_BASE_DIR} CACHE PATH "MPI Path")
@@ -184,7 +184,7 @@ OPTION(BUILD_STATIC_LIBS "Build static libraries" ON )
184184

185185
# --------------------------------------------------
186186
# Subdirectories that need to be processed
187-
187+
188188
macro(append_subdir_files variable dirname)
189189
get_directory_property(holder DIRECTORY ${dirname} DEFINITION ${variable})
190190
foreach(depfile ${holder})
@@ -250,7 +250,7 @@ if(${SCALAPACK_BUILD_TESTS})
250250
endif()
251251

252252
# --------------------------------------------------
253-
# CPACK Packaging
253+
# CPACK Packaging
254254

255255
SET(CPACK_PACKAGE_NAME "ScaLAPACK")
256256
SET(CPACK_PACKAGE_VENDOR "University of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd")

0 commit comments

Comments
 (0)