Skip to content

Commit

Permalink
Final cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Apr 16, 2024
1 parent 45e1f4e commit faeba7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cpp/kiss_icp/3rdparty/sophus/sophus.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ set(SOPHUS_USE_BASIC_LOGGING ON CACHE BOOL "Don't use fmt for Sophus libraru")
set(BUILD_SOPHUS_TESTS OFF CACHE BOOL "Don't build Sophus tests")
set(BUILD_SOPHUS_EXAMPLES OFF CACHE BOOL "Don't build Sophus Examples")

# set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL YES)
# TODO: after https://github.com/strasdat/Sophus/pull/502 gets merged go back to mainstream
FetchContent_Declare(sophus SYSTEM URL https://github.com/nachovizzo/Sophus/archive/refs/tags/1.22.11.tar.gz)
FetchContent_MakeAvailable(sophus)
1 change: 0 additions & 1 deletion cpp/kiss_icp/3rdparty/tbb/tbb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# option(BUILD_SHARED_LIBS ON)
option(BUILD_SHARED_LIBS OFF)
option(TBBMALLOC_BUILD OFF)
option(TBB_EXAMPLES OFF)
Expand Down

0 comments on commit faeba7a

Please sign in to comment.