Skip to content
Snippets Groups Projects
Commit 0e992ffc authored by jwendt's avatar jwendt
Browse files

use new boost packages. However, these are from a testing version. So I hope...

use new boost packages. However, these are from a testing version. So I hope to find a better way, see https://github.com/bincrafters/community/issues/141
parent 5f4a5f76
No related branches found
No related tags found
1 merge request!92Feature/#302 #306 update conan dependencies
...@@ -30,8 +30,8 @@ class ProjectPhoenix(ConanFile): ...@@ -30,8 +30,8 @@ class ProjectPhoenix(ConanFile):
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = (("assimp/4.1.0@RWTH-VR/thirdparty"), requires = (("assimp/4.1.0@RWTH-VR/thirdparty"),
("Boost.Optional/1.65.1@bincrafters/stable"), ("boost_optional/1.66.0@bincrafters/testing"),
("Boost.Signals2/1.65.1@bincrafters/stable"), ("boost_signals2/1.66.0@bincrafters/testing"), #not yet available in stable, change whenever available (also boost_optional)
("catch/1.12.0@RWTH-VR/thirdparty"), ("catch/1.12.0@RWTH-VR/thirdparty"),
("cppcheck/1.82@RWTH-VR/thirdparty"), ("cppcheck/1.82@RWTH-VR/thirdparty"),
("cpplint/e8ffd7c@RWTH-VR/thirdparty"), ("cpplint/e8ffd7c@RWTH-VR/thirdparty"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment