Skip to content
Snippets Groups Projects
Commit c07b93b9 authored by Thomas Vierjahn's avatar Thomas Vierjahn
Browse files

Fix conan boost_python version problem

parent 43fdab41
No related branches found
No related tags found
1 merge request!106Feature/#309 include suppress warnings
......@@ -48,6 +48,7 @@ class ProjectPhoenix(ConanFile):
def configure(self):
self.options["boost"].header_only = True
self.options["boost_python"].python_version = 2.7
self.options["freeimage"].shared = True
self.options["glew"].shared = True
self.options["gl"].shared = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment