mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
4398 dont install cppunit (#4399)
* chore(SingleSocketPoller): spelling * fix(CppUnit): do not install #4398 * fix(DataTest): do not install #4398
This commit is contained in:
parent
bbd07b6cb7
commit
64dbfab0fa
@ -38,6 +38,3 @@ elseif(MINGW)
|
|||||||
PUBLIC
|
PUBLIC
|
||||||
_DLL)
|
_DLL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
POCO_INSTALL(CppUnit)
|
|
||||||
POCO_GENERATE_PACKAGE(CppUnit)
|
|
||||||
|
@ -29,6 +29,3 @@ target_include_directories(DataTest
|
|||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
|
||||||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
||||||
)
|
)
|
||||||
|
|
||||||
POCO_INSTALL(DataTest)
|
|
||||||
POCO_GENERATE_PACKAGE(DataTest)
|
|
||||||
|
@ -86,7 +86,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool done() const
|
bool done() const
|
||||||
/// Returns tru if handler is done.
|
/// Returns true if handler is done.
|
||||||
{
|
{
|
||||||
return _reader.handlerDone();
|
return _reader.handlerDone();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user