Skip to content

Commit

Permalink
modules: updated FindCorrade.cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Mar 8, 2022
1 parent 062d5e4 commit e5ec487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/FindCorrade.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ foreach(_component ${Corrade_FIND_COMPONENTS})
set_property(TARGET Corrade::${_component} APPEND PROPERTY
COMPATIBLE_INTERFACE_NUMBER_MAX CORRADE_CXX_STANDARD)

# Directory::libraryLocation() needs this
# Path::libraryLocation() needs this
if(CORRADE_TARGET_UNIX)
set_property(TARGET Corrade::${_component} APPEND PROPERTY
INTERFACE_LINK_LIBRARIES ${CMAKE_DL_LIBS})
Expand Down

0 comments on commit e5ec487

Please sign in to comment.