Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Added double quotes around BUILD_INTERFACE and INSTALL_INTERFACE in c… #408

Closed
wants to merge 477 commits into from
Closed

Conversation

ghost
Copy link

@ghost ghost commented Jul 27, 2020

The absence of double quotes gave the following cmake error:

CMake Error in src/openvslam/CMakeLists.txt:
  Target "openvslam" INTERFACE_INCLUDE_DIRECTORIES property contains path:

    "/media/code/dev/cpp/openvslam/src/openvslam/"

  which is prefixed in the source directory.


CMake Error in src/openvslam/CMakeLists.txt:
  Target "openvslam" INTERFACE_INCLUDE_DIRECTORIES property contains path:

    "/media/code/dev/cpp/openvslam/src/openvslam//usr/local/include/DBoW2"

  which is prefixed in the source directory.

shinsumicco and others added 30 commits June 24, 2019 15:17
Use SSE instructions for point rotation in ORB extraction
Use ccache to accelerate a build
Compatible with the new API of util/image_util.h
@shinsumicco
Copy link
Collaborator

@yevsev
Thanks!
Could you rebase your pull-request branch to the latest master one?

@ghost
Copy link
Author

ghost commented Oct 7, 2020

Sorry for my late reply!

I hope it can be merged now. If not, please let me know.

@adamjstewart
Copy link

The first commit of this PR solves #454 for me. It looks like a bad rebase is preventing this from being merged. Anything I can do to help get this merged?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet