]> granicus.if.org Git - graphviz/commitdiff
plugin/gd: install GD DLLs only if install_win_dependency_dlls is ON
authorNehal J Wani <nehaljw.kkd1@gmail.com>
Tue, 26 Oct 2021 20:30:29 +0000 (16:30 -0400)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 1 Nov 2021 14:58:19 +0000 (07:58 -0700)
plugin/gd/CMakeLists.txt

index fe7ed264d3390c6f0e69526709dbfe1e73ffd153..9f3c6c413288b5c46a8987421f97466faf81ff52 100644 (file)
@@ -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}