Skip to content

Commit

Permalink
Remove find_package calls
Browse files Browse the repository at this point in the history
  • Loading branch information
lnotspotl committed Dec 19, 2024
1 parent 73868b7 commit 69ae368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,9 @@ set_target_properties(${TARGET_CORE_NAME} PROPERTIES EXPORT_NAME ${TARGET_CORE_A
list(APPEND targets_to_export ${TARGET_CORE_NAME})

# Add model_zoo helper binary
find_package(fmt)
find_package(argparse REQUIRED)
find_package(fmt REQUIRED)
find_package(yaml-cpp REQUIRED)
set(ZOO_HELPER_SOURCES
src/modelzoo/zoo_helper.cpp
src/modelzoo/Zoo.cpp
Expand Down

0 comments on commit 69ae368

Please sign in to comment.