Minor cleanup work.
+ changed CXX_STANDARD for VulkanHppGenerator from 14 to 17.
This commit is contained in:
@@ -134,7 +134,7 @@ add_executable(VulkanHppGenerator
|
||||
${TINYXML2_HEADERS}
|
||||
)
|
||||
|
||||
set_property(TARGET VulkanHppGenerator PROPERTY CXX_STANDARD 14)
|
||||
set_property(TARGET VulkanHppGenerator PROPERTY CXX_STANDARD 17)
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(VulkanHppGenerator PRIVATE /W4 /WX)
|
||||
|
||||
Reference in New Issue
Block a user