-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Travis: update matrix to build with python 3.4 #555
base: develop
Are you sure you want to change the base?
Conversation
applications/CMakeLists.txt
Outdated
@@ -4,6 +4,10 @@ add_subdirectory(sam) | |||
# scripts | |||
add_subdirectory(script) | |||
|
|||
if(NOT TUTTLE_PYTHON_VERSION) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe more readable to add an if around the next code instead of return.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, but impossible to have 2 conditions in a single CMake if statement... See commit c24d4ea
acd97da
to
2594692
Compare
Since ubuntu trusty, there is no default package libglui-dev.
973007e
to
931fb17
Compare
Fix #519