diff options
author | Brad King <brad.king@kitware.com> | 2022-09-22 13:22:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-22 13:23:50 (GMT) |
commit | 914d21de58094d461c9f86738136fb034a691113 (patch) | |
tree | 7cdcfd42906fc81f9dfe56c06dfdf245c3531da5 /bootstrap | |
parent | fc17277bdad832e45991de60090c8688b60855fa (diff) | |
download | CMake-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-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ CMAKE_UNUSED_SOURCES="\ " CMAKE_CXX_SOURCES="\ + cmAddCompileDefinitionsCommand \ cmAddCustomCommandCommand \ cmAddCustomTargetCommand \ cmAddDefinitionsCommand \ |