]> granicus.if.org Git - graphviz/commitdiff
Set CPack installation directory to "Graphviz"
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 11 Aug 2020 12:03:16 +0000 (14:03 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Tue, 11 Aug 2020 12:07:02 +0000 (14:07 +0200)
The default was to include the version in the installation path.

Fixes https://gitlab.com/graphviz/graphviz/-/issues/1748

cmake/package_info.cmake

index a99dadf17df4059e0f78b2d56376d0de3caac0d5..577223003af6d095ff794bb87977b788735f7deb 100644 (file)
@@ -1,3 +1,4 @@
+set(CPACK_PACKAGE_INSTALL_DIRECTORY     Graphviz                        )
 set(CPACK_PACKAGE_NAME                  ${PROJECT_NAME}                 )
 SET(CPACK_PACKAGE_VERSION_MAJOR         ${GRAPHVIZ_VERSION_MAJOR}       )
 SET(CPACK_PACKAGE_VERSION_MINOR         ${GRAPHVIZ_VERSION_MINOR}       )