Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 24, 2024
1 parent ee3ac85 commit 940723b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions limap/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LIMAP_ADD_SOURCES(
transforms.h transforms.cc
camera_view.h camera_view.cc
image_collection.h image_collection.cc
pose.h pose.cc

pointtrack.h pointtrack.cc
linebase.h linebase.cc
Expand Down
2 changes: 0 additions & 2 deletions limap/base/pose.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include <colmap/geometry/pose.h>

#include "base/camera.h"

// Functions copied from COLMAP 3.8
// TODO: Update all the qvec to Eigen Quaternion as in the new COLMAP

Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ def build_extension(self, ext):
cwd=self.build_temp,
)

def copy_extensions_to_source(self):
# Skip copying
pass


# The information here can also be placed in setup.cfg - better separation of
# logic and declaration, and simpler if you include description/version in
Expand Down

0 comments on commit 940723b

Please sign in to comment.