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)
74
74
message (STATUS "Using cached/shipped versions of required header/source files." )
75
75
set (_PRIVATE_SOURCES_DIRECTORY "${PROJECT_SOURCE_DIR} /qt-file-cache/${Qt5Sql_VERSION} " )
76
76
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!" )
80
80
else ()
81
81
if (Qt5Sql_VERSION VERSION_LESS 5.8.0 )
82
82
set (DOWNLOAD_PATH "src/sql/drivers/sqlite" )
You can’t perform that action at this time.
0 commit comments