Skip to content

Commit

Permalink
🔧 Migrate Conan packages to Cloudsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed May 6, 2021
1 parent 8683d21 commit dd269ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/DependenciesConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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*

0 comments on commit dd269ee

Please # to comment.