File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 - _CXX : g++-4.8
1010 - CMAKE_URL=http://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.tar.gz
1111 - AUTOWIRING_URL=https://github.com/leapmotion/autowiring/releases/download/v1.1.0/autowiring-1.1.0-Linux-amd64.tar.gz
12- - LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.1 /LeapSerial-0.5.1 -Linux-amd64.tar.gz
12+ - LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.2 /LeapSerial-0.5.2 -Linux-amd64.tar.gz
1313 - CMAKE_DIRNAME=cmake-3.8.2-Linux-x86_64
1414 addons :
1515 apt :
@@ -26,7 +26,7 @@ matrix:
2626 - _CXX : clang++
2727 - CMAKE_URL=http://cmake.org/files/v3.8/cmake-3.8.2-Darwin-x86_64.tar.gz
2828 - AUTOWIRING_URL=https://github.com/leapmotion/autowiring/releases/download/v1.1.0/autowiring-1.1.0-Darwin.tar.gz
29- - LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.1 /LeapSerial-0.5.1 -Darwin.tar.gz
29+ - LEAPSERIAL_URL=https://github.com/leapmotion/leapserial/releases/download/v0.5.2 /LeapSerial-0.5.2 -Darwin.tar.gz
3030 - CMAKE_DIRNAME=cmake-3.8.2-Darwin-x86_64/CMake.app/Contents
3131 addons :
3232 apt :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ include(ConditionalSources)
1313
1414# All typically required packages
1515find_package (autowiring 1.1.0 EXACT REQUIRED)
16- find_package (leapserial 0.5.1 EXACT REQUIRED)
16+ find_package (leapserial 0.5.2 EXACT REQUIRED)
1717
1818# We have unit test projects via googletest, they're added in the places where they are defined
1919add_definitions (-DGTEST_HAS_TR1_TUPLE=0)
You can’t perform that action at this time.
0 commit comments