Skip to content

Commit

Permalink
dino: Build in source directory
Browse files Browse the repository at this point in the history
    CMake Error at plugins/signal-protocol/CMakeLists.txt:37 (add_subdirectory):
      The source directory

        /dev/shm/bee-root/dino/dino-0.1.0_p152_5954f77-0/source/plugins/signal-protocol/libsignal-protocol-c

      does not contain a CMakeLists.txt file.

    CMake Error at plugins/signal-protocol/CMakeLists.txt:38 (set_property):
      set_property could not find TARGET curve25519.  Perhaps it has not yet been
      created.

    CMake Error at plugins/signal-protocol/CMakeLists.txt:39 (set_property):
      set_property could not find TARGET protobuf-c.  Perhaps it has not yet been
      created.

    CMake Error at plugins/signal-protocol/CMakeLists.txt:40 (set_property):
      set_property could not find TARGET signal-protocol-c.  Perhaps it has not
      yet been created.

    -- Configuring incomplete, errors occurred!

Upstream issue: https://github.com/dino/dino/issues/933
  • Loading branch information
pmenzel committed Oct 26, 2020
1 parent 232f78a commit f2986bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dino.be0
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRCURL[0]="/src/mariux/beeroot/downloads/dino-${PKGFULLVERSION}.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir
build_in_sourcedir

# sourcesubdir_append src

Expand Down

0 comments on commit f2986bc

Please sign in to comment.