Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Removes fmt exact required.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Sep 6, 2023
1 parent 3f056c9 commit 47b8298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ find_package(ament_cmake REQUIRED)

find_package(eigen3_cmake_module REQUIRED)
find_package(Eigen3)
find_package(fmt 6.1.2 EXACT REQUIRED)
find_package(fmt EXACT REQUIRED)

##############################################################################
# Project Configuration
Expand Down

0 comments on commit 47b8298

Please sign in to comment.