remove unnecessary condition

This commit is contained in:
tomilov 2020-01-30 21:05:44 +05:00
parent bbbbf6b751
commit d61800c3be

View File

@ -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")