Skip to content

Commit 07c8662

Browse files
committed
Update conan deps
1 parent e3660f1 commit 07c8662

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CMakeLists.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@ if(CPP_STARTER_USE_IMGUI)
2929
sfml:window=True libalsa:disable_python=True)
3030
endif()
3131

32-
conan_add_remote(NAME bincrafters URL
33-
https://api.bintray.com/conan/bincrafters/public-conan)
3432

3533
conan_cmake_run(
3634
REQUIRES
3735
${CONAN_EXTRA_REQUIRES}
38-
sfml/2.5.1@bincrafters/stable
39-
catch2/2.4.0@bincrafters/stable
40-
clara/1.1.4@bincrafters/stable
41-
spdlog/1.1.0@bincrafters/stable
42-
fmt/5.2.0@bincrafters/stable
36+
catch2/2.11.0
37+
docopt.cpp/0.6.2
38+
fmt/6.0.0
39+
spdlog/1.5.0
4340
OPTIONS
4441
${CONAN_EXTRA_OPTIONS}
4542
BASIC_SETUP

0 commit comments

Comments
 (0)