Skip to content

Commit

Permalink
Added missed include(ExternalProject) (openvinotoolkit#6366)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jun 25, 2021
1 parent 9eb5d87 commit 56adef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/developer_package/models.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function(add_lfs_repo name prefix url tag)
return()
endif()

include(ExternalProject)
ExternalProject_Add(${name}
PREFIX ${prefix}
GIT_REPOSITORY ${url}
Expand Down

0 comments on commit 56adef7

Please sign in to comment.