diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-07-20 22:33:39 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-07-20 22:33:39 +0200 |
commit | 5dbc69fb16c71c02859ec8665c55a1e2b068ddd7 (patch) | |
tree | fff83e32bf9687c1b0c7203456ed37ab8cba09b8 /sensor/test | |
parent | f085ec61273a5fa680c337d0ae7d5a85294aaeba (diff) | |
download | ble-toys-5dbc69fb16c71c02859ec8665c55a1e2b068ddd7.tar.gz ble-toys-5dbc69fb16c71c02859ec8665c55a1e2b068ddd7.tar.bz2 ble-toys-5dbc69fb16c71c02859ec8665c55a1e2b068ddd7.tar.xz ble-toys-5dbc69fb16c71c02859ec8665c55a1e2b068ddd7.zip |
o Adding an application to send samples over MQTT.
o Improved CMake build script, better detection and error messages of headers/libraries. Conditionally adding the applications that can be compiled with the given set of found libraries.
Diffstat (limited to 'sensor/test')
-rw-r--r-- | sensor/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sensor/test/CMakeLists.txt b/sensor/test/CMakeLists.txt index 5c2d527..53d833c 100644 --- a/sensor/test/CMakeLists.txt +++ b/sensor/test/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Boost COMPONENTS log regex unit_test_framework REQUIRED) +find_package(Boost COMPONENTS log regex unit_test_framework REQUIRED QUIET) # If we can change directory here add_definition and test-specific stuff could be moved to the test directory file(GLOB TEST_SRCS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *Test.cpp) |