File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments