.
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
778a023a24
commit
d2d2cb4d03
2 changed files with 28 additions and 29 deletions
|
@ -7,10 +7,11 @@
|
|||
# prefix_var: name of a variable which will be set with the path to the extracted contents
|
||||
set(CURRENT_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
|
||||
function(download_bundled_external remote_path lib_name prefix_var)
|
||||
|
||||
set(package_base_url "https://github.com/eden-emulator/")
|
||||
set(package_repo "no_platform")
|
||||
set(package_extension "no_platform")
|
||||
|
||||
# TODO(crueter): Windows should store ffmpeg 7z within cpm source cache
|
||||
if (WIN32)
|
||||
set(package_repo "ext-windows-bin/raw/master/")
|
||||
set(package_extension ".7z")
|
||||
|
|
|
@ -401,8 +401,6 @@ set_target_properties(dynarmic PROPERTIES
|
|||
)
|
||||
|
||||
if (TARGET unordered_dense::unordered_dense)
|
||||
message(STATUS "Found system unordered_dense kjbgjdskfsdfb")
|
||||
|
||||
# weird quirk of system installs
|
||||
target_link_libraries(dynarmic
|
||||
PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue