Skip to content

Commit

Permalink
Fix conan URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Jun 18, 2022
1 parent 7baeac9 commit aa85305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>") # CMake
include(cmake/conan.cmake)

conan_check()
conan_add_remote(NAME conan-center URL https://conan.bintray.com)
conan_add_remote(NAME bincrafters URL https://api.bintray.com/conan/bincrafters/public-conan)
conan_add_remote(NAME conan-center URL https://center.conan.io)

if(MSVC)
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class AmongUsReplayerConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"

requires = [
"sfml/2.5.1@bincrafters/stable",
"sfml/2.5.1",
"imgui-sfml/2.1@bincrafters/stable",
"fmt/7.0.3",
"nlohmann_json/3.9.1"
Expand Down

0 comments on commit aa85305

Please sign in to comment.