We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913f6b3 commit c0ed80aCopy full SHA for c0ed80a
cmake/ConfigDefault.cmake
@@ -56,7 +56,7 @@ set (GMT_PACKAGE_VERSION_PATCH 0)
56
# Whether to make a public release.
57
# When making internal releases or just an ordinary developer build, it is set to FALSE.
58
# When making *public* release, uncomment to set it to TRUE.
59
-# set (GMT_PUBLIC_RELEASE TRUE)
+set (GMT_PUBLIC_RELEASE TRUE)
60
61
# The GMT package version.
62
set (GMT_PACKAGE_VERSION "${GMT_PACKAGE_VERSION_MAJOR}.${GMT_PACKAGE_VERSION_MINOR}.${GMT_PACKAGE_VERSION_PATCH}${GMT_PACKAGE_VERSION_SUFFIX}")
0 commit comments