diff options
| author | Fabien Péan <fabien@pean.pro> | 2021-08-31 03:21:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 18:21:30 -0700 |
| commit | ce45dd94d53cd489140cd79b5d51d58604656391 (patch) | |
| tree | 3e8d504c156476ee279b5f3586d40d6cd3068226 /ports/eabase/fix_cmake_install.patch | |
| parent | 81274424886a412047e8302dc25d0541733088eb (diff) | |
| download | vcpkg-ce45dd94d53cd489140cd79b5d51d58604656391.tar.gz vcpkg-ce45dd94d53cd489140cd79b5d51d58604656391.zip | |
[eastl] fix dependency eabase (#19643)
Diffstat (limited to 'ports/eabase/fix_cmake_install.patch')
| -rw-r--r-- | ports/eabase/fix_cmake_install.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/eabase/fix_cmake_install.patch b/ports/eabase/fix_cmake_install.patch index 1a81fd69f..ea83e66b2 100644 --- a/ports/eabase/fix_cmake_install.patch +++ b/ports/eabase/fix_cmake_install.patch @@ -36,7 +36,7 @@ index 89c6703..ab8e553 100644 + #------------------------------------------------------------------------------------------- + target_include_directories(EABase INTERFACE + $<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/include/Common> -+ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/Common> ++ $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}> + ) + + # create and install an export set for eabase target as EABase::EABase @@ -64,7 +64,7 @@ index 89c6703..ab8e553 100644 + ) + + install(TARGETS EABase LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}") -+ install(DIRECTORY "include/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") ++ install(DIRECTORY "include/Common/" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}") + + install( + FILES |
