There was an error while loading. Please reload this page.
1 parent e3660f1 commit 07c8662Copy full SHA for 07c8662
CMakeLists.txt
@@ -29,17 +29,14 @@ if(CPP_STARTER_USE_IMGUI)
29
sfml:window=True libalsa:disable_python=True)
30
endif()
31
32
-conan_add_remote(NAME bincrafters URL
33
- https://api.bintray.com/conan/bincrafters/public-conan)
34
35
conan_cmake_run(
36
REQUIRES
37
${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
+ catch2/2.11.0
+ docopt.cpp/0.6.2
+ fmt/6.0.0
+ spdlog/1.5.0
43
OPTIONS
44
${CONAN_EXTRA_OPTIONS}
45
BASIC_SETUP
0 commit comments