From e4052c792f491748cf54c2fbd7b8a50c4264911a Mon Sep 17 00:00:00 2001 From: beau-lunarg Date: Thu, 23 Jan 2025 12:50:52 -0500 Subject: [PATCH] Try different relative path prefix --- layer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layer/CMakeLists.txt b/layer/CMakeLists.txt index 856b72f387..7c4608d790 100644 --- a/layer/CMakeLists.txt +++ b/layer/CMakeLists.txt @@ -80,7 +80,7 @@ GENERATE_LAYER_JSON_FILE(VkLayer_gfxreconstruct_json if(UNIX) # Generate a JSON file that can be installed into system directories (w/o the "./" prefix in the library_path) - set(RELATIVE_PATH_PREFIX "") + set(RELATIVE_PATH_PREFIX "./") GENERATE_LAYER_JSON_FILE(VkLayer_gfxreconstruct_json-staging "${RELATIVE_PATH_PREFIX}" $