Skip to content

Commit

Permalink
Fix comment formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 5, 2024
1 parent 234d7f0 commit baf3a50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/loadtests/vkloadtests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ list( TRANSFORM VK_TEST_IMAGES

set( KTX_RESOURCES ${LOAD_TEST_COMMON_RESOURCE_FILES} ${VK_TEST_IMAGES} )
if(APPLE)
# Adding this directory to KTX_RESOURCES and ultimately vkloadtests's
# RESOURCE property causes the install command (later in this file) to
# raise an error at configuration time: "RESOURCE given directory". Use
# this instead to cause the files to be added to Resources in the bundle.
# Adding this directory to KTX_RESOURCES and ultimately vkloadtests's
# RESOURCE property causes the install command (later in this file) to
# raise an error at configuration time: "RESOURCE given directory". Use
# this instead to cause the files to be added to Resources in the bundle.
set_source_files_properties( ${Vulkan_SHARE_VULKAN}
PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
Expand Down

0 comments on commit baf3a50

Please sign in to comment.