You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ option( VULKAN_HPP_SAMPLES_BUILD "Build samples" OFF )
41
41
option( VULKAN_HPP_TESTS_BUILD"Build tests"OFF )
42
42
option( VULKAN_HPP_TESTS_CTEST"Build tests for ctest, enabling wider test coverage"OFF )
43
43
option( VULKAN_HPP_BUILD_WITH_LOCAL_VULKAN_HPP"Build with local Vulkan headers"ON )
44
-
cmake_dependent_option( VULKAN_HPP_BUILD_CXX_MODULE"Build and test the C++ named module."ON[[TARGET __CMAKE::CXX23]]OFF)
44
+
cmake_dependent_option( VULKAN_HPP_BUILD_CXX_MODULE"Build and test the C++ named module."ON[[23 IN_LIST CMAKE_CXX_COMPILER_IMPORT_STD]]OFF)
45
45
46
46
# options for vulkan hpp compile definitions (see https://github.com/KhronosGroup/Vulkan-Hpp/tree/main?tab=readme-ov-file#configuration-options for details)
47
47
option( VULKAN_HPP_DISABLE_ENHANCED_MODE"Disable all enhanced functionality apart from scoped enums, bitmasks, default initialization and vk::StructureChain"OFF )
0 commit comments