We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d70031 commit 5cf4aebCopy full SHA for 5cf4aeb
c/test/CMakeLists.txt
@@ -1,5 +1,5 @@
1
find_package(Threads)
2
-set(TEST_LIBS ${TEST_LIBS} gtest gtest_main Threads::Threads swiftnav::sbp)
+set(TEST_LIBS ${TEST_LIBS} gtest_main Threads::Threads swiftnav::sbp)
3
4
# Check needs to be linked against Librt on Linux
5
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
@@ -36,10 +36,9 @@ swift_add_test(test-libsbp
36
LINK
37
${TEST_LIBS}
38
)
39
+swift_set_language_standards(test-libsbp)
40
swift_set_compile_options(test-libsbp
41
REMOVE
- -Wpointer-arith
42
- -Wformat
43
-Wformat-security
44
-Wformat-y2k
45
ADD
0 commit comments