summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-22 13:22:37 (GMT)
committerBrad King <brad.king@kitware.com>2022-09-22 13:23:50 (GMT)
commit914d21de58094d461c9f86738136fb034a691113 (patch)
tree7cdcfd42906fc81f9dfe56c06dfdf245c3531da5 /bootstrap
parentfc17277bdad832e45991de60090c8688b60855fa (diff)
downloadCMake-914d21de58094d461c9f86738136fb034a691113.zip
CMake-914d21de58094d461c9f86738136fb034a691113.tar.gz
CMake-914d21de58094d461c9f86738136fb034a691113.tar.bz2
bootstrap: Enable add_compile_definitions command
Make the command available to CMake's own CMake code.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index d5b071e..a79aeae 100755
--- a/bootstrap
+++ b/bootstrap
@@ -281,6 +281,7 @@ CMAKE_UNUSED_SOURCES="\
"
CMAKE_CXX_SOURCES="\
+ cmAddCompileDefinitionsCommand \
cmAddCustomCommandCommand \
cmAddCustomTargetCommand \
cmAddDefinitionsCommand \