summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-22 09:22:37 -0400
committerBrad King <brad.king@kitware.com>2022-09-22 09:23:50 -0400
commit914d21de58094d461c9f86738136fb034a691113 (patch)
tree7cdcfd42906fc81f9dfe56c06dfdf245c3531da5 /bootstrap
parentfc17277bdad832e45991de60090c8688b60855fa (diff)
downloadcmake-914d21de58094d461c9f86738136fb034a691113.tar.gz
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 d5b071eaa4..a79aeae7c8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -281,6 +281,7 @@ CMAKE_UNUSED_SOURCES="\
"
CMAKE_CXX_SOURCES="\
+ cmAddCompileDefinitionsCommand \
cmAddCustomCommandCommand \
cmAddCustomTargetCommand \
cmAddDefinitionsCommand \