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 5da9aca commit 4d37ff5Copy full SHA for 4d37ff5
CMakeLists.txt
@@ -100,8 +100,6 @@ add_executable( test_unit pctest/test_unit.cpp )
100
target_link_libraries( test_unit ${PC_DEP} )
101
add_executable( test_net pctest/test_net.cpp )
102
target_link_libraries( test_net ${PC_DEP} )
103
-add_executable( test_publish pctest/test_publish.cpp )
104
-target_link_libraries( test_publish ${PC_DEP} )
105
106
# This doesn't build on the bullseye base image, due to a packaging bug
107
# in the newer version of libqt5websockets5-dev for Debian. The below build instructions
0 commit comments