-
Notifications
You must be signed in to change notification settings - Fork 97
Errow when "cmake -DCMAKE_BUILD_TYPE=DEBUG ../" (install on macOS) #896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@song3134 I'm getting the same / similar error on OSX; how did you resolve this? Thanks!
|
For me it is caused by having two Boost package on my server system. One is on local user, another is global version. I just change the local one to global one and then it works. Hope it can help. |
hah just found at same time after reading https://stackoverflow.com/questions/58081084/target-boostlibrary-already-has-an-imported-location-link-errors
seems to work at least for that command |
@song3134 sorry to bug you again, but curious whether you were successful with the next command, I also tried upgrading from |
Partial error messages:
"CMake Error at CMakeLists.txt:215 (add_library):
Target "ReactiveSocket" 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?
CMake Error at yarpl/CMakeLists.txt:76 (add_library):
Target "yarpl" 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?
CMake Error at rsocket/benchmarks/CMakeLists.txt:5 (add_executable):
Target "baselines_tcp" 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):
rsocket/benchmarks/CMakeLists.txt:15 (benchmark)"
The text was updated successfully, but these errors were encountered: