Browse Source
fix
Signed-off-by: crueter <swurl@swurl.xyz>
pull/25/head
test-tag2
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
1 additions and
1 deletions
-
CMakeModules/DownloadExternals.cmake
|
|
@ -8,7 +8,7 @@ |
|
|
set(CURRENT_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR}) |
|
|
set(CURRENT_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR}) |
|
|
function(download_bundled_external remote_path lib_name prefix_var) |
|
|
function(download_bundled_external remote_path lib_name prefix_var) |
|
|
|
|
|
|
|
|
set(package_base_url "https://github.com/eden-emulator") |
|
|
|
|
|
|
|
|
set(package_base_url "https://github.com/eden-emulator/") |
|
|
set(package_repo "no_platform") |
|
|
set(package_repo "no_platform") |
|
|
set(package_extension "no_platform") |
|
|
set(package_extension "no_platform") |
|
|
if (WIN32) |
|
|
if (WIN32) |
|
|
|