mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
Make try compile add a depend to re-run cmake if its source chagnes
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
/**
|
||||
* This is the core code for try compile. It is here so that other
|
||||
* commands, such as TryRun can access the same logic without
|
||||
* dumplication.
|
||||
* duplication.
|
||||
*/
|
||||
static int CoreTryCompileCode(
|
||||
cmMakefile *mf, std::vector<std::string> const& argv, bool clean);
|
||||
|
||||
Reference in New Issue
Block a user