diff --git a/cmake/DependenciesConfig.cmake b/cmake/DependenciesConfig.cmake index 15fe4a2dd7..09d07f1d4e 100644 --- a/cmake/DependenciesConfig.cmake +++ b/cmake/DependenciesConfig.cmake @@ -16,7 +16,7 @@ if (USE_PACKAGE_MANAGER) set(ROR_USE_CURL TRUE) include(pmm) - pmm(CONAN REMOTES ror-dependencies https://api.bintray.com/conan/anotherfoxguy/ror-dependencies BINCRAFTERS) + pmm(CONAN REMOTES rigs-of-rods-deps https://conan.cloudsmith.io/rigs-of-rods/deps/ BINCRAFTERS) else (USE_PACKAGE_MANAGER) # components diff --git a/conanfile.txt b/conanfile.txt index f6b2138e78..74a62b2078 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -3,11 +3,11 @@ cmake [requires] AngelScript/2.32@anotherfoxguy/stable -MyGUI/3.4.0-OGRE-1.11.6-with-patches@anotherfoxguy/stable -OGRE/1.11.6-with-patches@anotherfoxguy/stable +MyGUI/3.4.0@anotherfoxguy/stable +OGRE/1.11.6.1@anotherfoxguy/stable OGREdeps/20.19.4@anotherfoxguy/stable SocketW/3.10.36@anotherfoxguy/stable -discord-rpc/3.4.0@AnotherFoxGuy/stable +discord-rpc/3.4.0@anotherfoxguy/stable fmt/7.1.3 libcurl/7.69.1 ogre-caelum/0.6.3-p1@anotherfoxguy/stable @@ -19,4 +19,4 @@ rapidjson/cci.20200410 bin, *.dll -> ./bin @ keep_path=False bin, *.exe -> ./bin @ root_package=OGRE, keep_path=False lib, *.so* -> ./bin @ keep_path=False -lib, *.so* -> ./bin @ root_package=OGRE, keep_path=False, excludes=lib* +lib, *.so* -> ./bin @ root_package=OGRE, keep_path=False, excludes=lib* \ No newline at end of file