From: Nehal J Wani Date: Tue, 26 Oct 2021 20:30:29 +0000 (-0400) Subject: plugin/gd: install GD DLLs only if install_win_dependency_dlls is ON X-Git-Tag: 2.50.0~55^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d4f44ce03a6b8d17ab2951e261bb38bb2f393ad;p=graphviz plugin/gd: install GD DLLs only if install_win_dependency_dlls is ON --- diff --git a/plugin/gd/CMakeLists.txt b/plugin/gd/CMakeLists.txt index fe7ed264d..9f3c6c413 100644 --- a/plugin/gd/CMakeLists.txt +++ b/plugin/gd/CMakeLists.txt @@ -36,7 +36,7 @@ install( ) # Include DLLs with this library on Windows -if (WIN32) +if (WIN32 AND install_win_dependency_dlls) install( FILES ${GD_RUNTIME_LIBRARIES}