CMake/Tests/LoadCommandOneConfig
Florian Weimer 9ede6138b7 Tests: Improve C compatibility of LoadCommand tests
The previous code used `char **` and `const char **`` types as if they
were the same.  But they are distinct types in C, so when passing
these pointers as function arguments, their types have to match.
Future C compilers will treat this as an error, similar to what
C++ compilers do today.
2023-11-27 08:53:40 -05:00
..
CMakeCommands Tests: Improve C compatibility of LoadCommand tests 2023-11-27 08:53:40 -05:00
CMakeLists.txt Tests: Bump CMake minimum required in tests to 3.5 2023-03-01 16:36:54 -05:00
LoadedCommand.cxx.in
LoadedCommand.h.in