Skip to content

Commit

Permalink
4398 dont install cppunit (#4399)
Browse files Browse the repository at this point in the history
* chore(SingleSocketPoller): spelling

* fix(CppUnit): do not install #4398

* fix(DataTest): do not install #4398
  • Loading branch information
aleks-f authored Jan 15, 2024
1 parent bbd07b6 commit 64dbfab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions CppUnit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ elseif(MINGW)
PUBLIC
_DLL)
endif()

POCO_INSTALL(CppUnit)
POCO_GENERATE_PACKAGE(CppUnit)
3 changes: 0 additions & 3 deletions Data/testsuite/DataTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion Net/include/Poco/Net/SingleSocketPoller.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class SingleSocketPoller
}

bool done() const
/// Returns tru if handler is done.
/// Returns true if handler is done.
{
return _reader.handlerDone();
}
Expand Down

0 comments on commit 64dbfab

Please sign in to comment.