diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2020-12-16 07:38:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 15:38:34 -0800 |
| commit | c744bdf5082ea64be00f7ed58132f0889e94a107 (patch) | |
| tree | f16aa5c6240ecb3f5aa3004972b38af7a66c8813 /ports/osg/fix-example-application.patch | |
| parent | 68a7019643ab8dd6cf13c37200d7565684b6751d (diff) | |
| download | vcpkg-c744bdf5082ea64be00f7ed58132f0889e94a107.tar.gz vcpkg-c744bdf5082ea64be00f7ed58132f0889e94a107.zip | |
[osg] build failure (#15044)
Diffstat (limited to 'ports/osg/fix-example-application.patch')
| -rw-r--r-- | ports/osg/fix-example-application.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/osg/fix-example-application.patch b/ports/osg/fix-example-application.patch index 3b4da587d..ebef27fd4 100644 --- a/ports/osg/fix-example-application.patch +++ b/ports/osg/fix-example-application.patch @@ -8,7 +8,7 @@ index df859d0..123313a 100644 SET(TARGET_EXTERNAL_LIBRARIES ${TARGET_EXTERNAL_LIBRARIES} ws2_32) + + find_package(EXPAT REQUIRED) -+ find_package(Iconv CONFIG REQUIRED) ++ find_package(Iconv REQUIRED) + + list(APPEND TARGET_EXTERNAL_LIBRARIES EXPAT::EXPAT Iconv::Iconv) ELSE() @@ -24,7 +24,7 @@ index 071ab26..bf8d85f 100644 +IF (WIN32) + find_package(EXPAT REQUIRED) -+ find_package(Iconv CONFIG REQUIRED) ++ find_package(Iconv REQUIRED) + + list(APPEND TARGET_EXTERNAL_LIBRARIES EXPAT::EXPAT Iconv::Iconv) +ENDIF() |
