Skip to content

Commit

Permalink
Use conan/stable variant of boost, do not build missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ltjax committed Jan 10, 2020
1 parent 93cd778 commit a9b7eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
CONAN_CHANNEL: "testing"
CONAN_REMOTES: "https://api.bintray.com/conan/bincrafters/public-conan"
CONAN_UPLOAD: "https://api.bintray.com/conan/ltjax/conan"
CONAN_BUILD_POLICY: "missing"

matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ReplayConan(ConanFile):
default_options = {"shared": False, "use_stb": True, "use_libpng": False}
generators = "cmake"
exports_sources = "source/*", "test/*", "include/*", "CMakeLists.txt", "replay.natvis"
requires = "boost/1.71.0",
requires = "boost/1.71.0@conan/stable",
build_requires = "Catch2/2.7.2@catchorg/stable",

def _configured_cmake(self):
Expand Down

0 comments on commit a9b7eec

Please sign in to comment.