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
Attempting to build the loader with -DDYNAMIC_LOADER=OFF results in the following cmake error:
CMake Error: install(EXPORT "openxr_loader_export" ...) includes target "openxr_loader" which requires target "jsoncpp_interface" that is not in any export set.
CMake Error in src/loader/CMakeLists.txt:
export called with target "openxr_loader" which requires target
"jsoncpp_interface" that is not in any export set.
The text was updated successfully, but these errors were encountered:
Supreeeme
changed the title
Can't statically build loader
Can't build loader as static library
Jun 17, 2024
An issue (number 2323) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2323 ), to facilitate working group processes.
This GitHub issue will continue to be the main site of discussion.
Attempting to build the loader with
-DDYNAMIC_LOADER=OFF
results in the following cmake error:The text was updated successfully, but these errors were encountered: