Skip to content

Commit c26a996

Browse files
committed
Remove trailing whitespaces
1 parent 22e9c2e commit c26a996

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmake/modules/xtb-utils.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ foreach(method ${methods})
4646

4747
# pkgconf case
4848
elseif("${method}" STREQUAL "pkgconf")
49-
find_package("PkgConfig" QUIET) # built-in Find script
49+
find_package("PkgConfig" QUIET) # built-in Find script
5050
pkg_check_modules("${_pkg_uc}" QUIET "${package}") # check if it is a pkg-config module
5151
if("${_pkg_uc}_FOUND")
5252
message(STATUS "Found ${package} via pkg-config")
@@ -71,11 +71,11 @@ foreach(method ${methods})
7171
endif()
7272
set("${_pkg_uc}_SOURCE_DIR" "${PROJECT_SOURCE_DIR}/${${_pkg_uc}_SUBPROJECT}")
7373
set("${_pkg_uc}_BINARY_DIR" "${PROJECT_BINARY_DIR}/${${_pkg_uc}_SUBPROJECT}")
74-
74+
7575
# if can be configured from the subprojects dir
7676
if(EXISTS "${${_pkg_uc}_SOURCE_DIR}/CMakeLists.txt")
7777
message(STATUS "Include ${package} from ${${_pkg_uc}_SUBPROJECT}")
78-
78+
7979
add_subdirectory(
8080
"${${_pkg_uc}_SOURCE_DIR}"
8181
"${${_pkg_uc}_BINARY_DIR}"
@@ -106,7 +106,7 @@ foreach(method ${methods})
106106
GIT_TAG "${rev}"
107107
)
108108
FetchContent_MakeAvailable("${_pkg_lc}")
109-
109+
110110
add_library("${package}::${package}" INTERFACE IMPORTED)
111111
target_link_libraries("${package}::${package}" INTERFACE "${package}")
112112

0 commit comments

Comments
 (0)