diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2012-09-04 23:44:11 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-09-05 12:38:49 (GMT) |
commit | 7b2bf28e183b5eacc22fe3030f0439853746f0bd (patch) | |
tree | 24420af73ff7396981a950a7553aa90bd3d77b48 /Source/cmMakefile.h | |
parent | 508ed6940b447c2fb6b5fe4f036138ce57ab3c4c (diff) | |
download | CMake-7b2bf28e183b5eacc22fe3030f0439853746f0bd.zip CMake-7b2bf28e183b5eacc22fe3030f0439853746f0bd.tar.gz CMake-7b2bf28e183b5eacc22fe3030f0439853746f0bd.tar.bz2 |
Ninja: suppress cmcldeps only for source file signature try_compiles
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 8a0088b..74c8039 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -128,6 +128,8 @@ public: const std::vector<std::string> *cmakeArgs, std::string *output); + bool GetIsSourceFileTryCompile() const; + /** * Specify the makefile generator. This is platform/compiler * dependent, although the interface is through a generic |