mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06:00
See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.
28 lines
514 B
CMake
28 lines
514 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(Append)
|
|
run_cmake(AppendNoArgs)
|
|
|
|
run_cmake(Concat)
|
|
run_cmake(ConcatNoArgs)
|
|
|
|
run_cmake(Timestamp)
|
|
run_cmake(TimestampEmpty)
|
|
run_cmake(TimestampInvalid)
|
|
run_cmake(TimestampInvalid2)
|
|
|
|
run_cmake(Uuid)
|
|
run_cmake(UuidMissingNamespace)
|
|
run_cmake(UuidMissingNamespaceValue)
|
|
run_cmake(UuidBadNamespace)
|
|
run_cmake(UuidMissingNameValue)
|
|
run_cmake(UuidMissingTypeValue)
|
|
run_cmake(UuidBadType)
|
|
|
|
run_cmake(RegexClear)
|
|
|
|
run_cmake(UTF-16BE)
|
|
run_cmake(UTF-16LE)
|
|
run_cmake(UTF-32BE)
|
|
run_cmake(UTF-32LE)
|