Skip to content

Commit

Permalink
igl | vulkan | Make VisualStudio happy
Browse files Browse the repository at this point in the history
Summary: Subj.

Reviewed By: pixelperfect3

Differential Revision: D48805078

fbshipit-source-id: fc59b67f67bd459ff8fcf494469938056e4ca397
  • Loading branch information
mmaurer authored and facebook-github-bot committed Sep 5, 2023
1 parent 61e26f9 commit 98ccbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/igl/vulkan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add_library(IGLVulkan ${SRC_FILES} ${HEADER_FILES})

target_link_libraries(IGLVulkan PRIVATE IGLLibrary)

igl_set_cxxstd(IGLVulkan 17)
igl_set_cxxstd(IGLVulkan 20)
igl_set_folder(IGLVulkan "IGL")

# glslang
Expand Down

0 comments on commit 98ccbba

Please sign in to comment.