diff options
| author | Voskrese <neustroev@gmail.com> | 2018-08-29 03:10:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-29 03:10:26 +0800 |
| commit | 306d019ea62e50b422b9d1bd7f02e18db4363a0e (patch) | |
| tree | 7012d527761417e0d619962cf898d867fd8a35e2 /scripts/toolchains/linux.cmake | |
| parent | 6b049c9d5acdcb33b734a0cde7c67262550463e9 (diff) | |
| download | vcpkg-306d019ea62e50b422b9d1bd7f02e18db4363a0e.tar.gz vcpkg-306d019ea62e50b422b9d1bd7f02e18db4363a0e.zip | |
fix linux
error
```
CMake Error at ports/libraw/portfile.cmake:53 (file):
file RENAME failed to rename
/opt/vcpkg/packages/libraw_x64-linux/lib/raw_r.lib
to
/opt/vcpkg/packages/libraw_x64-linux/lib/raw.lib
because: No such file or directory
Call Stack (most recent call first):
scripts/ports.cmake:71 (include)
```
```
Include files should not be duplicated into the /debug/include directory. If this cannot be disabled in the project cmake, use
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
/debug/share should not exist. Please reorganize any important files, then use
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
Found 2 error(s). Please correct the portfile:
/opt/vcpkg/ports/libraw/portfile.cmake
-- Performing post-build validation done
```
Diffstat (limited to 'scripts/toolchains/linux.cmake')
0 files changed, 0 insertions, 0 deletions
