Skip to content

Commit

Permalink
cmake: Dont require Loader on ANDROID
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Jul 11, 2024
1 parent a0eac80 commit ea67f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)

find_package(VulkanHeaders QUIET REQUIRED CONFIG)
find_package(volk REQUIRED QUIET REQUIRED CONFIG)
if (APPLE OR BUILD_TESTS)
if ((APPLE OR BUILD_TESTS) AND NOT ANDROID)
find_package(VulkanLoader QUIET REQUIRED CONFIG)
endif()

Expand Down

0 comments on commit ea67f29

Please sign in to comment.