]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: use list APPEND syntax for CMAKE_REQUIRED_DEFINITIONS
authorMarc Aldorasi <marc@groundctl.com>
Mon, 9 Jan 2023 21:38:28 +0000 (16:38 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 24 Jan 2023 08:09:09 +0000 (03:09 -0500)
commit71cc27f0d6de7abf0f4e41b8d1ea74e60b6fce7c
tree8d76228f9ff91f6453d3d25cd23318653c313e65
parent3eabedc027e887600eb1612fb70c99e7e83918e7
cmake: use list APPEND syntax for CMAKE_REQUIRED_DEFINITIONS

- Use list() instead of set() for CMAKE_REQUIRED_DEFINITIONS list since
  the former is clearer.

Closes https://github.com/curl/curl/pull/10272
CMake/FindGSS.cmake
CMakeLists.txt