Skip to content

Commit 4c38a86

Browse files
authored
Merge pull request #2 from ulm/master
CMakeLists.txt: Fix line endings
2 parents a8e8f4d + 914dd56 commit 4c38a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ if (Qt5Sql_FOUND)
7474
message(STATUS "Using cached/shipped versions of required header/source files.")
7575
set(_PRIVATE_SOURCES_DIRECTORY "${PROJECT_SOURCE_DIR}/qt-file-cache/${Qt5Sql_VERSION}")
7676
include_directories("${PROJECT_SOURCE_DIR}/qt-file-cache/${Qt5Sql_VERSION}")
77-
elseif (CMAKE_BUILD_TYPE MATCHES "^Gentoo")
78-
# No network access during Gentoo package build
79-
message(SEND_ERROR "Header/source files for Qt5 version ${Qt5Sql_VERSION} not found. Please report this error!")
77+
elseif (CMAKE_BUILD_TYPE MATCHES "^Gentoo")
78+
# No network access during Gentoo package build
79+
message(SEND_ERROR "Header/source files for Qt5 version ${Qt5Sql_VERSION} not found. Please report this error!")
8080
else()
8181
if (Qt5Sql_VERSION VERSION_LESS 5.8.0)
8282
set(DOWNLOAD_PATH "src/sql/drivers/sqlite")

0 commit comments

Comments
 (0)