Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "c/cmake/common"]
path = c/cmake/common
url = https://github.com/swift-nav/cmake.git
[submodule "c/third_party/check"]
path = c/third_party/check
url = https://github.com/swift-nav/check.git
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ addons:
apt:
packages:
- build-essential
- check
- doxygen
- cmake
- lcov
Expand Down
2 changes: 1 addition & 1 deletion c/cmake/common
2 changes: 1 addition & 1 deletion c/test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
find_package(Threads)
set(TEST_LIBS ${TEST_LIBS} ${CHECK_LIBRARIES} Threads::Threads sbp m)
set(TEST_LIBS ${TEST_LIBS} check Threads::Threads sbp m)

# Check needs to be linked against Librt on Linux
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
Expand Down
1 change: 1 addition & 0 deletions c/third_party/check
Submodule check added at 32b6c7