1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-29 11:09:42 +01:00

4398 dont install cppunit ()

* chore(SingleSocketPoller): spelling

* fix(CppUnit): do not install 

* fix(DataTest): do not install 
This commit is contained in:
Aleksandar Fabijanic 2024-01-16 00:03:33 +01:00 committed by GitHub
parent bbd07b6cb7
commit 64dbfab0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 7 deletions
CppUnit
Data/testsuite/DataTest
Net/include/Poco/Net

@ -38,6 +38,3 @@ elseif(MINGW)
PUBLIC
_DLL)
endif()
POCO_INSTALL(CppUnit)
POCO_GENERATE_PACKAGE(CppUnit)

@ -29,6 +29,3 @@ target_include_directories(DataTest
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
POCO_INSTALL(DataTest)
POCO_GENERATE_PACKAGE(DataTest)

@ -86,7 +86,7 @@ public:
}
bool done() const
/// Returns tru if handler is done.
/// Returns true if handler is done.
{
return _reader.handlerDone();
}