summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorChris Mahoney <chris.mahoney@kitware.com>2023-06-05 19:59:13 (GMT)
committerBrad King <brad.king@kitware.com>2023-07-19 14:45:33 (GMT)
commit95941fd99020bb2345869ed393abde1a44529837 (patch)
tree4e809b9c121ce0e5745c1030d6a7c62b1c09bf2e /Source/cmGlobalUnixMakefileGenerator3.h
parentaf9489a4f2858db0bf666c29f99dd332426f5ca1 (diff)
downloadCMake-95941fd99020bb2345869ed393abde1a44529837.zip
CMake-95941fd99020bb2345869ed393abde1a44529837.tar.gz
CMake-95941fd99020bb2345869ed393abde1a44529837.tar.bz2
add_custom_{target,command}: Add argument JOB_SERVER_AWARE
Issue: #16273
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 760679a..ee78351 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -120,6 +120,8 @@ public:
void Configure() override;
+ bool IsGNUMakeJobServerAware() const override { return true; }
+
/**
* Generate the all required files for building this project/tree. This
* basically creates a series of LocalGenerators for each directory and