open_source
/
mqtt-cpp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
aa0bd60bcc12e39b200cf5b7196a82ac1bbdf21d
Authored by
Peter M. Groen
2022-04-06 17:40:59 +0200
1 parent
84738f56
Disabled tests
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
CMakeLists.txt
View file @
aa0bd60
...
...
@@ -36,4 +36,4 @@ add_subdirectory(examples/sub)
36
36
include(packaging)
37
37
package_component()
38
38
39
-add_subdirectory(test)
39
+# add_subdirectory(test)
...
...