Skip to content

Commit

Permalink
Fix dependency for Emgu.TF.Lite.runtime.xamarin.ios build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Canming Huang committed Dec 15, 2023
1 parent 9d958bb commit e4303c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PROJECT(Emgu.TF.Lite.runtime.xamarin.ios.nuget)
ADD_DEPENDENCIES(${PROJECT_NAME} Emgu.TF.Lite.nuget)

IF(TARGET Emgu.TF.Lite.Platform.Xamarin.iOS)
ADD_DEPENDENCIES(${PROJECT_NAME} Emgu.TF.Lite.Platform.Xamarin..iOS)
ADD_DEPENDENCIES(${PROJECT_NAME} Emgu.TF.Lite.Platform.Xamarin.iOS)
ENDIF()

if(ENABLE_SOLUTION_FOLDERS)
Expand Down

0 comments on commit e4303c2

Please sign in to comment.