| Summary: | cmake error | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | carl bruce <carl.bruce> |
| Component: | cmake | Assignee: | Ben Morgan <Ben.Morgan> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | 9.5 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Attachments: | Patch to resolve quoting errors when path has spaces | ||
|
Description
carl bruce
2012-07-31 01:57:55 CEST
This is due to some strings in the CMake scripts not being quoted, and hence errors when there are spaces in the path name (Program Files) in this case. This is fixed as of r59522 in svn, but did not make it into 9.5.1. The solutions are to either install to a path without spaces, or to apply the attached patch to the file cmake/Modules/Geant4ToolchainBackwardCompatibility.cmake. Ben. Created attachment 185 [details]
Patch to resolve quoting errors when path has spaces
Apply inside the geant4.9.5.1 source directory
|