diff --git a/build/dependency_map.py b/build/dependency_map.py index 7e9b497..fc1e80f 100644 --- a/build/dependency_map.py +++ b/build/dependency_map.py @@ -22,8 +22,8 @@ github_root + "nlohmann/json" : ["../external/third_party/json", "v3.9.1"], github_root + "jarro2783/cxxopts" : ["../external/third_party/cxxopts", "v3.0.0"], github_root + "GPUOpen-Drivers/libamdrdf" : ["../external/rdf", "v1.1.2"], - github_root + "GPUOpen-Tool/radeon_memory_visualizer" : ["../external/rmv", "9ff1cd0491ec4b040557f3e844c04018db6c3368"], - github_root + "GPUOpen-Tool/system_info_utils" : ["../external/system_info_utils", "88a338a01949f8d8bad60a30b78b65300fd13a9f"], + github_root + "GPUOpen-Tools/radeon_memory_visualizer" : ["../external/rmv", "9ff1cd0491ec4b040557f3e844c04018db6c3368"], + github_root + "GPUOpen-Tools/system_info_utils" : ["../external/system_info_utils", "88a338a01949f8d8bad60a30b78b65300fd13a9f"], github_root + "catchorg/Catch2" : ["../external/third_party/catch2", "v2.13.6"] } @@ -31,4 +31,4 @@ url_mapping_win = {} # Downloads required for Linux builds. -url_mapping_linux = {} +url_mapping_linux = {} \ No newline at end of file