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

Revert "Update conanfile.py use stable boost"

This reverts commit f2364b57.
parent f2364b57
No related branches found
No related tags found
1 merge request!107Set Viewport correctly
......@@ -30,8 +30,8 @@ class ProjectPhoenix(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (("assimp/4.1.0@RWTH-VR/thirdparty"),
("boost_optional/1.66.0@bincrafters/stable"),
("boost_signals2/1.66.0@bincrafters/stable"), #not yet available in stable, change whenever available (also boost_optional)
("boost_optional/1.66.0@bincrafters/testing"),
("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"),
("cppcheck/1.82@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