Skip to content
Snippets Groups Projects
Verified Commit 3e50a105 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#26] Fixed weird cmake behavior hopefully

parent eb15beb5
No related branches found
No related tags found
1 merge request!19Resolve "Asset Loading"
Pipeline #24975 passed
...@@ -31,9 +31,9 @@ endif () ...@@ -31,9 +31,9 @@ endif ()
# Check and load FX-GLTF # Check and load FX-GLTF
if (EXISTS "${vkcv_asset_loader_lib_path}/fx-gltf") if (EXISTS "${vkcv_asset_loader_lib_path}/fx-gltf")
set(FX_GLTF_INSTALL OFF) set(FX_GLTF_INSTALL OFF CACHE INTERNAL "")
set(FX_GLTF_USE_INSTALLED_DEPS OFF) set(FX_GLTF_USE_INSTALLED_DEPS OFF CACHE INTERNAL "")
set(BUILD_TESTING OFF) set(BUILD_TESTING OFF CACHE INTERNAL "")
add_subdirectory(${vkcv_asset_loader_lib}/fx-gltf) add_subdirectory(${vkcv_asset_loader_lib}/fx-gltf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment