Fix handling of Mirror list

This commit is contained in:
Georg Hagen
2024-06-02 21:30:27 +02:00
parent e3e8b3d2d8
commit 4b6c298b41
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(build_libjpeg-turbo)
include(ExternalProject)
if(NOT DEFINED LIBJPEGTURBO_REPO)
if(NOT DEFINED LIBJPEGTURBO_REPO OR LIBJPEGTURBO_REPO STREQUAL "")
set(LIBJPEGTURBO_REPO https://github.com/libjpeg-turbo/libjpeg-turbo.git)
endif ()