mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
remove unnecessary condition
This commit is contained in:
parent
bbbbf6b751
commit
d61800c3be
@ -31,8 +31,6 @@ add_executable(NoExceptions
|
||||
${SOURCES}
|
||||
)
|
||||
|
||||
if (UNIX)
|
||||
target_link_libraries(NoExceptions ${CMAKE_DL_LIBS})
|
||||
endif()
|
||||
target_link_libraries(NoExceptions ${CMAKE_DL_LIBS})
|
||||
|
||||
set_target_properties(NoExceptions PROPERTIES FOLDER "Tests")
|
||||
|
Loading…
Reference in New Issue
Block a user