Skip to content

Commit 573955f

Browse files
Include test: removed workaround for https://github.com/KhronosGroup/Vulkan-Headers/issues/214
1 parent 27857bf commit 573955f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Tests/IncludeTest/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ target_include_directories(DiligentCore-IncludeTest PRIVATE ../../..)
4040
target_link_libraries(DiligentCore-IncludeTest PRIVATE Diligent-BuildSettings)
4141
set_common_target_properties(DiligentCore-IncludeTest)
4242

43-
# TODO: remove if vulkan_core.h is fixed (https://github.com/KhronosGroup/Vulkan-Headers/issues/214)
44-
if(VULKAN_SUPPORTED)
45-
file(GLOB GRAPHICS_ENGINE_VK_INC_TEST LIST_DIRECTORIES false GraphicsEngineVk/*.cpp GraphicsEngineVk/*.c)
46-
set_property(SOURCE ${GRAPHICS_ENGINE_VK_INC_TEST} APPEND PROPERTY INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/../../ThirdParty/Vulkan-Headers/include")
47-
endif()
48-
4943
if(MSVC)
5044
set_target_properties(DiligentCore-IncludeTest PROPERTIES
5145
STATIC_LIBRARY_FLAGS "/IGNORE:4221"

0 commit comments

Comments
 (0)