Unify Windows-only sample messages

This commit is contained in:
Rob Armstrong 2024-12-26 17:26:37 -08:00
parent 9045dd3a1a
commit e52cdee6c4

View File

@ -50,5 +50,5 @@ if(WIN32)
)
else()
message(STATUS "Sample 'simpleD3D12' is Windows-only - will not build")
message(STATUS "Sample 'simpleD3D12' is Windows-only - skipping")
endif()