You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at build/_deps/fenestra-src/cmake/build_helpers.cmake:642 (install):
install TARGETS given target "bundled" which does not exist.
Call Stack (most recent call first):
build/_deps/fenestra-src/CMakeLists.txt:48 (createPackage)
Changing the fenestra version to v1.0.0 fixes this. Was wondering if 1.0.2 introduced any changes
The text was updated successfully, but these errors were encountered:
How to reproduce
Fenestra-Template
repocmake -B build && cmake --build -j 8
CMake Error at build/_deps/fenestra-src/cmake/build_helpers.cmake:642 (install): install TARGETS given target "bundled" which does not exist. Call Stack (most recent call first): build/_deps/fenestra-src/CMakeLists.txt:48 (createPackage)
Changing the fenestra version to v1.0.0 fixes this. Was wondering if 1.0.2 introduced any changes
The text was updated successfully, but these errors were encountered: