Home » Fairroot » General Discussion » CMake problem compiling FAIRROOT
CMake problem compiling FAIRROOT [message #23240] |
Mon, 12 November 2018 12:31 |
Yassid
Messages: 11 Registered: October 2015
|
occasional visitor |
From: *hsd1.mi.comcast.net
|
|
Hi everyone
I am trying to update my FairSoft/FairRoot installation to the latest version. I just made a fresh Ubuntu 18 installation so I was not expecting any conflict. However, FairRoot CMakeLists has some problem trying to find Boost, or as far as I understands, it find the one that comes by default with the system.
I would appreciate some help to solve this as I am somehow blocked to continue developing my framework. Thank you very much in advance!
Here is the full cmake message.
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test _HAS_CXX11_FLAG
-- Performing Test _HAS_CXX11_FLAG - Success
-- Checking C++11 support for "__func__"
-- Checking C++11 support for "__func__": works
-- Checking C++11 support for "auto"
-- Checking C++11 support for "auto": works
-- Checking C++11 support for "auto_ret_type"
-- Checking C++11 support for "auto_ret_type": works
-- Checking C++11 support for "class_override_final"
-- Checking C++11 support for "class_override_final": works
-- Checking C++11 support for "constexpr"
-- Checking C++11 support for "constexpr": works
-- Checking C++11 support for "constructor-delegation"
-- Checking C++11 support for "constructor-delegation": works
-- Checking C++11 support for "cstdint"
-- Checking C++11 support for "cstdint": works
-- Checking C++11 support for "decltype"
-- Checking C++11 support for "decltype": works
-- Checking C++11 support for "initializer_list"
-- Checking C++11 support for "initializer_list": works
-- Checking C++11 support for "lambda"
-- Checking C++11 support for "lambda": works
-- Checking C++11 support for "long_long"
-- Checking C++11 support for "long_long": works
-- Checking C++11 support for "nullptr"
-- Checking C++11 support for "nullptr": works
-- Checking C++11 support for "regex"
-- Checking C++11 support for "regex": works
-- Checking C++11 support for "rvalue-references"
-- Checking C++11 support for "rvalue-references": works
-- Checking C++11 support for "sizeof_member"
-- Checking C++11 support for "sizeof_member": works
-- Checking C++11 support for "static_assert"
-- Checking C++11 support for "static_assert": works
-- Checking C++11 support for "variadic_templates"
-- Checking C++11 support for "variadic_templates": works
-- Checking C++11 support for "sharedpointer"
-- Checking C++11 support for "sharedpointer": works
-- Checking C++11 support for "funcptr-to-lambda-conversion"
-- Checking C++11 support for "funcptr-to-lambda-conversion": works
-- fairsoft-config found
--- Found a Linux system
--- Found GNU compiler collection
--- Build Type: RelWithDebInfo
--- Compiler Flags: -std=c++11 -O2 -g -Wshadow
-- Looking for Root...
-- Looking for Root... - Found /home/ayyadlim/fair_install/FairSoftInst/bin/root
-- Looking for Root... - Found version is 6.12/06
-- Looking for Pythia6...
-- Looking for Pythia6... - found /home/ayyadlim/fair_install/FairSoftInst/lib
-- Looking for PYTHIA8 ...
-- Looking for PYTHIA8... - found /home/ayyadlim/fair_install/FairSoftInst/lib
-- Looking for GEANT3...
-- Looking for GEANT3... - found /home/ayyadlim/fair_install/FairSoftInst/lib/libgeant321.so
-- Looking for GEANT4...
-- Looking for GEANT4... - found /home/ayyadlim/fair_install/FairSoftInst/lib
-- Looking for GEANT4 DATA files...
-- Found G4EMLOW data
-- Found PhotonEvaporation data
-- Found G4NDL data
-- Found G4NEUTRONXS data
G4PIIDATA:
-- Found G4PII data
-- Found RadioactiveDecay data
-- Found RealSurface data
-- Found G4SAID data
-- Found G4ENSDFSTATE data
-- Looking for GEANT4VMC...
-- Looking for GEANT4VMC... - found /home/ayyadlim/fair_install/FairSoftInst/lib
-- Looking for VGM...
-- Looking for VGM... - found /home/ayyadlim/fair_install/FairSoftInst/lib
-- Looking for CLHEP...
-- Looking for CLHEP... - found /home/ayyadlim/fair_install/FairSoftInst/lib
-- Looking for CUDA...
CUDA_TOOLKIT_ROOT_DIR not found or specified
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
-- Looking for IWYU...
-- Looking for IWYU... - Not found
-- Looking for Go...
-- Could NOT find Go (missing: GO_EXECUTABLE GO_VERSION GO_PLATFORM GO_ARCH) (Required is at least version "1.7")
-- FindGSL: gsl-config not found.
-- Looking for Boost ...
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
CMake Warning at /usr/share/cmake-3.10/Modules/FindBoost.cmake:801 (message):
New Boost version may have incorrect or missing dependencies and imported
targets
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake-3.10/Modules/FindBoost.cmake:1558 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:279 (find_package)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- thread
-- system
-- timer
-- program_options
-- random
-- filesystem
-- chrono
-- exception
-- regex
-- serialization
-- log
-- log_setup
-- atomic
-- date_time
-- signals
-- C++11 support found.
-- Build CbmModule with Gdml support
-- Looking for CLOCK_REALTIME
-- Looking for CLOCK_REALTIME - found
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial1/macros/run_tutorial1.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial1/macros/run_tutorial1_pythia6.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial1/macros/run_tutorial1_pythia8.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial1/macros/run_tutorial1_mesh.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial1/macros/run_tutorial1_urqmd.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial1/macros/load_all_libs.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/run_tutorial2.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/create_digis.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/read_digis.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/run_bg.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/run_sg.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/run_sg1.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial2/macros/create_digis_mixed.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial4/macros/run_tutorial4.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/Tutorial4/macros/run_reco.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/MQ/pixelDetector/macros/run_sim.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/MQ/pixelDetector/macros/run_digi.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/MQ/pixelDetector/macros/run_digiToBin.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/MQ/pixelDetector/run/startFairMQPixelSimulation.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/MQ/pixelDetector/run/startFairMQPixel.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/MQ/pixelAlternative/run/startFairMQPixAlt.sh 2>&1
-- Found Protobuf: /home/ayyadlim/fair_install/FairSoftInst/lib/libprotobuf.so;-lpthread (found version "3.4.0")
-- Looking for FlatBuffers...
-- Looking for FlatBuffers ... found at /home/ayyadlim/fair_install/FairSoftInst/include
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/Tutorial3/macro/run_sim.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/Tutorial3/macro/run_digi.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/Tutorial3/macro/run_reco.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/Tutorial3/macro/run_digi_timebased.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/Tutorial3/macro/run_reco_timebased.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/Tutorial3/macro/run_DiRePr.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/rutherford/macros/run_rutherford.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/simulation/rutherford/macros/run_rad.sh 2>&1
running /bin/chmod u+x /home/ayyadlim/fair_install/FairRoot/build/examples/advanced/MbsTutorial/macros/unpack_mbs.sh 2>&1
Test_Model: RelWithDebInfo
-- Found Git: /usr/bin/git (found version "2.17.1")
-- Configuring done
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::program_options" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::filesystem" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::date_time" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "BaseMQ" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
base/MQ/CMakeLists.txt:68 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::date_time" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "parmq-server" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:67 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::program_options" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::filesystem" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::regex" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::date_time" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ParMQ" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
parmq/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-params-client" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:74 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::program_options" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::regex" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExParameters" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/parameters/CMakeLists.txt:52 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target
"Boost::program_options" but the target was not found. Perhaps a
find_package() call is missing for an IMPORTED target, or an ALIAS target
is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target "Boost::thread" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target "Boost::system" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target "Boost::filesystem"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target "Boost::regex" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target "Boost::date_time"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization-generate-data" links to target "Boost::signals"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:119 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::thread" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::system" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sink" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::thread" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::system" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::filesystem" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::date_time" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sampler" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target
"Boost::program_options" but the target was not found. Perhaps a
find_package() call is missing for an IMPORTED target, or an ALIAS target
is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target "Boost::thread" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target "Boost::system" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target "Boost::filesystem"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target "Boost::date_time" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-processor" links to target "Boost::signals" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target
"Boost::program_options" but the target was not found. Perhaps a
find_package() call is missing for an IMPORTED target, or an ALIAS target
is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target "Boost::thread" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target "Boost::system" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target "Boost::filesystem"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target "Boost::date_time" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-processor" links to target "Boost::signals" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::program_options" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::thread" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::system" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::regex" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "SerializationExample" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:78 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::thread" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::system" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization1-sink" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::thread" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::system" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::filesystem" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::date_time" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-serialization2-sampler" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/serialization/CMakeLists.txt:113 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::program_options" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::filesystem" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::regex" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::date_time" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "Pixel" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/src/CMakeLists.txt:127 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::program_options" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::filesystem" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::date_time" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "run-sim" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::date_time" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-merger" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processor" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sampler" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::program_options" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::filesystem" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::date_time" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sink" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-samplerBin" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-sinkBin" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::program_options" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::regex" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixel-processorBin" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelDetector/run/CMakeLists.txt:196 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::program_options" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::filesystem" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::date_time" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "PixelAlt" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/src/CMakeLists.txt:79 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::regex" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-samplerBin" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::program_options" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::regex" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-processorBin" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "pixalt-sinkBin" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/pixelAlternative/run/CMakeLists.txt:108 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::date_time" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sampler" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairTestDetector" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:200 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-processor" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::program_options" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::filesystem" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::regex" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::date_time" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "tut3-sink" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/advanced/Tutorial3/CMakeLists.txt:228 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-sampler" links to target "Boost::signals" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::program_options" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::filesystem" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::regex" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::date_time" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "ExLmd" links to target "Boost::signals" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:56 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::program_options" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::thread" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::system" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::filesystem" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::regex" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-unpacker" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-lmd-mbs-sink" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/Lmd/CMakeLists.txt:91 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-device" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::program_options"
but the target was not found. Perhaps a find_package() call is missing for
an IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::thread" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::system" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::filesystem" but
the target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::regex" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::date_time" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:325 (Add_Library):
Target "FairMQExHistogramServer" links to target "Boost::signals" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:48 (GENERATE_LIBRARY)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::program_options" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::thread" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::system" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::filesystem" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::regex" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::date_time" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
CMake Error at cmake/modules/ROOTMacros.cmake:352 (Add_Executable):
Target "ex-histo-server" links to target "Boost::signals" but the target
was not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Call Stack (most recent call first):
examples/MQ/histogramServer/CMakeLists.txt:72 (GENERATE_EXECUTABLE)
-- Generating done
-- Build files have been written to: /home/ayyadlim/fair_install/FairRoot/build
|
|
|
Goto Forum:
Current Time: Sun Nov 03 19:20:18 CET 2024
Total time taken to generate the page: 0.00825 seconds
|