mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Rename cmProp in cmValue
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "cmGlobalGeneratorFactory.h"
|
||||
#include "cmGlobalVisualStudioGenerator.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmValue.h"
|
||||
|
||||
class cmTarget;
|
||||
struct cmIDEFlagTable;
|
||||
@@ -143,7 +143,7 @@ protected:
|
||||
|
||||
virtual void WriteExternalProject(
|
||||
std::ostream& fout, const std::string& name, const std::string& path,
|
||||
cmProp typeGuid,
|
||||
cmValue typeGuid,
|
||||
const std::set<BT<std::pair<std::string, bool>>>& dependencies) = 0;
|
||||
|
||||
std::string ConvertToSolutionPath(const std::string& path);
|
||||
|
||||
Reference in New Issue
Block a user