Skip to content

Commit

Permalink
Try different relative path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 23, 2025
1 parent b844ab8 commit e4052c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
$<TARGET_FILE_NAME:VkLayer_gfxreconstruct>
Expand Down

0 comments on commit e4052c7

Please sign in to comment.