CMakeLists.txt
2.73 KB
-
deprecation: ensure we GIT_EXTERN deprecated funcs · 24ac9e0c
Although the error functions were deprecated, we did not properly mark them as deprecated. We need to include the `deprecated.h` file in order to ensure that the functions get their export attributes. Similarly, do not define `GIT_DEPRECATE_HARD` within the library, or those functions will also not get their export attributes. Define that only on the tests and examples.
Edward Thomson committed