Files
CMake/Source
Kyle Edwards 42e5be8cef install(EXPORT): Fall back to set_property(APPEND) for FILE_SET
FILE_SET was introduced in CMake 3.23, so install(EXPORT) puts it
behind a version gate. However, this results in the include directories
not being picked up by older versions of CMake. Fall back to
set_property(APPEND) for versions of CMake older than 3.23.

Fixes: #24787
2023-04-12 09:33:24 -04:00
..
2023-02-14 14:34:03 -05:00
2023-04-10 00:01:51 -04:00
2023-01-03 07:49:22 -05:00
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-04-08 12:55:42 +02:00
2023-04-05 17:54:55 +02:00
2023-04-08 12:55:42 +02:00
2023-02-14 14:34:03 -05:00
2023-03-14 15:20:47 -04:00
2022-11-08 09:00:14 -05:00
2023-03-23 08:46:45 -04:00