From 17a081728331823d5e4a382aedfe54ec392bce01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 7 Mar 2022 20:10:48 +0100 Subject: [PATCH] modules: updated FindCorrade.cmake. Second-to-last place still mentioning Utility::Directory. --- modules/FindCorrade.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index 135897dc6..780932b46 100644 --- a/modules/FindCorrade.cmake +++ b/modules/FindCorrade.cmake @@ -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})