You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of cmake (e.g. 3.22.1) warn:
Manually-specified variables were not used by the project:
OPENJDK_VERSION_NUMBER_FOUR_POSITIONS
OPENSSL_CFLAGS
* only specify OPENJDK_VERSION_NUMBER_FOUR_POSITIONS on Windows
* remove unused definition of OPENSSL_CFLAGS
Adjust OpenSSL build to avoid overwriting OPENSSL_CFLAGS.
Signed-off-by: Keith W. Campbell <[email protected]>
0 commit comments