mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 10:01:47 +00:00
Replace pstreams with Boost.Process
This commit is contained in:
committed by
Mohammad Al-Turany
parent
e462d6f597
commit
778c8e16bb
@@ -7,8 +7,6 @@
|
||||
################################################################################
|
||||
|
||||
find_package(GTest REQUIRED)
|
||||
set(PSTREAMS_SOURCE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/pstreams)
|
||||
find_package(PStreams REQUIRED)
|
||||
include(GTestHelper)
|
||||
|
||||
#############################
|
||||
@@ -47,7 +45,7 @@ add_testsuite(FairMQ.Protocols
|
||||
protocols/_transfer_timeout.cxx
|
||||
protocols/_push_pull_multipart.cxx
|
||||
|
||||
LINKS PStreams FairMQ
|
||||
LINKS FairMQ
|
||||
DEPENDS testhelper_runTestDevice
|
||||
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}/protocols
|
||||
TIMEOUT 30
|
||||
|
Reference in New Issue
Block a user