[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CMake help: pthread linking issue



On Tue, May 08, 2018 at 04:53:31PM +0200, Sascha Steinbiss wrote:
> Here's the last snippet of build log right before the failure:
Actually, it's the last snippet of the CMakeError.log and not the actual error
that broke the build. The actual errors, which caused cmake to cat its log files, are

CMake Error at src/CMakeLists.txt:165 (add_dependencies):
  Cannot add target-level dependencies to non-existent target "salmon_core".

  The add_dependencies works for top-level logical targets created by the
  add_executable, add_library, or add_custom_target commands.  If you want to
  add file-level dependencies see the DEPENDS option of the add_custom_target
  and add_custom_command commands.

salmon_core is removed by 0008-Remove-salmon_core-lib.patch but it's still
used in several add_dependencies commands.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature


Reply to: