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 1f3df8b commit 73868b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,7 @@ 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(argparse)
find_package(fmt)
find_package(yaml-cpp)
set(ZOO_HELPER_SOURCES
src/modelzoo/zoo_helper.cpp
src/modelzoo/Zoo.cpp
Expand Down

0 comments on commit 73868b7

Please sign in to comment.