Skip to content

Commit c0ed80a

Browse files
committed
set GMT_PUBLIC_RELEASE to TRUE
1 parent 913f6b3 commit c0ed80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ConfigDefault.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set (GMT_PACKAGE_VERSION_PATCH 0)
5656
# Whether to make a public release.
5757
# When making internal releases or just an ordinary developer build, it is set to FALSE.
5858
# When making *public* release, uncomment to set it to TRUE.
59-
# set (GMT_PUBLIC_RELEASE TRUE)
59+
set (GMT_PUBLIC_RELEASE TRUE)
6060

6161
# The GMT package version.
6262
set (GMT_PACKAGE_VERSION "${GMT_PACKAGE_VERSION_MAJOR}.${GMT_PACKAGE_VERSION_MINOR}.${GMT_PACKAGE_VERSION_PATCH}${GMT_PACKAGE_VERSION_SUFFIX}")

0 commit comments

Comments
 (0)