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