Skip to content

Commit

Permalink
Fix cmake warning on missing mola_test_datasets for non-test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Sep 2, 2024
1 parent 155340f commit 5cba48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mola_relocalization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ find_package(mrpt-slam REQUIRED)
find_package(mp2p_icp REQUIRED)
find_package(mola_pose_list REQUIRED)

find_package(mola_test_datasets) # optional
find_package(mola_test_datasets QUIET) # optional (for testing builds only)

# -----------------------
# define lib:
Expand Down

0 comments on commit 5cba48f

Please sign in to comment.