-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Hi, I use fetchcontent to build zlib and have recently started getting cmake configuration errors like:
CMake Error in out/build/windows-release/_deps/minizip-src/third-party/zlib/CMakeLists.txt:
Target "zlibstatic" INTERFACE_INCLUDE_DIRECTORIES property contains path:
"C:/Users/daego/Desktop/Projects/Light.vn-core/core/out/build/windows-release/_deps/zlib-build"
which is prefixed in the build directory.
CMake Error in out/build/windows-release/_deps/minizip-src/third-party/zlib/CMakeLists.txt:
Target "zlibstatic" INTERFACE_INCLUDE_DIRECTORIES property contains path:
"C:/Users/daego/Desktop/Projects/Light.vn-core/core/out/build/windows-release/_deps/zlib-build"
which is prefixed in the build directory.Target "zlibstatic"
INTERFACE_INCLUDE_DIRECTORIES property contains path:
"C:/Users/daego/Desktop/Projects/Light.vn-core/core/out/build/windows-release/_deps/zlib-build"
which is prefixed in the source directory.
CMake Error in out/build/windows-release/_deps/minizip-src/third-party/zlib/CMakeLists.txt:
Target "zlibstatic" INTERFACE_INCLUDE_DIRECTORIES property contains path:
"C:/Users/daego/Desktop/Projects/Light.vn-core/core/out/build/windows-release/_deps/minizip-src/third-party/zlib"
which is prefixed in the build directory.
CMake Error in out/build/windows-release/_deps/minizip-src/third-party/zlib/CMakeLists.txt:
Target "zlibstatic" INTERFACE_INCLUDE_DIRECTORIES property contains path:
"C:/Users/daego/Desktop/Projects/Light.vn-core/core/out/build/windows-release/_deps/minizip-src/third-party/zlib"
which is prefixed in the build directory.Target "zlibstatic"
INTERFACE_INCLUDE_DIRECTORIES property contains path:
"C:/Users/daego/Desktop/Projects/Light.vn-core/core/out/build/windows-release/_deps/minizip-src/third-party/zlib"
which is prefixed in the source directory.
This seems to be due to
2e3d86c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels