-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I have follow the direction to install ostap on my Ubuntu machine. However, when I execute
cmake .. -DCMAKE_INSTALL_PREFIX=..
I have the following error. I am wondering if you could tell me how to fix it. Thank you.
........
........
-- Configuring done (3.8s)
CMake Error at source/CMakeROOT_6_23.cmake:225 (add_dependencies):
The dependency target "ROOT::MathMore" of target "ostapDict" does not
exist.
Call Stack (most recent call first):
source/CMakeLists.txt:14 (include)
CMake Error at source/CMakeROOT_6_23.cmake:194 (target_link_libraries):
Target "ostap" links to:
ROOT::MathMore
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
source/CMakeLists.txt:14 (include)
CMake Error at source/CMakeROOT_6_23.cmake:226 (target_link_libraries):
Target "ostapDict" links to:
ROOT::MathMore
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
Call Stack (most recent call first):
source/CMakeLists.txt:14 (include)
-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.