Skip to content

Commit

Permalink
Changed CMAKE option for cpp apps
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleGiacomini committed Jun 10, 2024
1 parent 815b5d5 commit 02c703d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mad_icp/apps/cpp_runners/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
if(DEFINED COMPILE_CPP_APPS)
if(COMPILE_CPP_APPS)
message("Compiling CPP Apps")
add_executable(bin_runner bin_runner.cpp)
target_link_libraries(bin_runner
odometry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"rosbags",
"open3d",
"matplotlib",
"typer[all]>=0.10.0",
"typer>=0.10.0",
"natsort",
"rich",
]
Expand Down

0 comments on commit 02c703d

Please sign in to comment.