|
@@ -12,10 +12,12 @@ This buildroot-specific patch makes sure ctest looks also for
|
|
|
|
|
|
[Vincent: tweak patch for 3.6.3]
|
|
[Vincent: tweak patch for 3.6.3]
|
|
[James: tweak patch for 3.15.4]
|
|
[James: tweak patch for 3.15.4]
|
|
|
|
+[Bernd: tweak patch for 3.27.0]
|
|
|
|
|
|
Signed-off-by: Davide Viti <zinosat@tiscali.it>
|
|
Signed-off-by: Davide Viti <zinosat@tiscali.it>
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
|
|
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
|
|
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
|
|
|
|
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
---
|
|
---
|
|
Source/cmake.cxx | 7 ++++++-
|
|
Source/cmake.cxx | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
@@ -24,8 +26,8 @@ diff --git a/Source/cmake.cxx b/Source/cmake.cxx
|
|
index 3772f09985..c317e4af38 100644
|
|
index 3772f09985..c317e4af38 100644
|
|
--- a/Source/cmake.cxx
|
|
--- a/Source/cmake.cxx
|
|
+++ b/Source/cmake.cxx
|
|
+++ b/Source/cmake.cxx
|
|
-@@ -1009,7 +1009,12 @@ int cmake::AddCMakePaths()
|
|
|
|
- "Path to cpack program executable.", cmStateEnums::INTERNAL);
|
|
|
|
|
|
+@@ -1891,7 +1891,12 @@ int cmake::AddCMakePaths()
|
|
|
|
+ cmStateEnums::INTERNAL);
|
|
#endif
|
|
#endif
|
|
if (!cmSystemTools::FileExists(
|
|
if (!cmSystemTools::FileExists(
|
|
- (cmSystemTools::GetCMakeRoot() + "/Modules/CMake.cmake"))) {
|
|
- (cmSystemTools::GetCMakeRoot() + "/Modules/CMake.cmake"))) {
|