-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefix remaining CMake options except for CMake BUILD* variables #4990
Conversation
Closes #4982 |
src/H5build_settings.autotools.c.in
Outdated
@@ -96,7 +96,7 @@ const char H5build_settings[]= | |||
" Threads: @THREADS@\n" | |||
" Threadsafety: @THREADSAFE@\n" | |||
" Default API mapping: @DEFAULT_API_VERSION@\n" | |||
" With deprecated public symbols: @DEPRECATED_SYMBOLS@\n" | |||
" With deprecated public symbols:HDF5_DEFAULT_API_VERSIONS@\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Autotools symblol needs to stay the same
src/libhdf5.settings.autotools.in
Outdated
@@ -78,7 +78,7 @@ Dimension scales w/ new references: @DIMENSION_SCALES_WITH_NEW_REF@ | |||
Threads: @THREADS@ | |||
Threadsafety: @THREADSAFE@ | |||
Default API mapping: @DEFAULT_API_VERSION@ | |||
With deprecated public symbols: @DEPRECATED_SYMBOLS@ | |||
With deprecated public symbols:HDF5_DEFAULT_API_VERSIONS@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also needs to be reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to revert Autotools files
Completed |
Renamed remaining HDF5 library CMake options except for CMake BUILD* variables