Kitware Robot
1772622772
LICENSE: Replace references to Copyright.txt with LICENSE.rst
...
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
while IFS= read -r -d $'\0' f ; do
sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
s/Copyright.txt/LICENSE.rst/
}' "$f" ; done
```
2025-03-03 10:43:35 -05:00
Marc Chevrier
0619c064ff
Linker configuration: enhance usability
...
The linker configuration file is now optional: It is loaded only if
variable CMAKE_<LANG>_USE_LINKER_CONFIGURATION is set to TRUE.
The file CMakeAddNewLanguage.txt is updated to take into account the
linker configuration.
Fixes : #26393
2024-10-24 16:37:30 +02:00
Robert Maynard
a83521e082
ISPC: Use the obj
file extension for objects on windows
2020-09-10 16:15:55 -04:00
Robert Maynard
5a1750017e
ISPC: Add compiler launcher support
2020-09-03 11:46:11 -04:00
Robert Maynard
e783bf8aa6
ISPC: Support ISPC header generation byproducts and parallel builds
2020-08-28 11:21:31 -04:00
Robert Maynard
34cc6acc81
Add ISPC compiler support to CMake
2020-08-28 11:21:31 -04:00