MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000947 | CMake | public | 2004-06-23 15:50 | 2004-07-12 11:09 | |
| Reporter | Paul Oppenheim | ||||
| Assigned To | Bill Hoffman | ||||
| Priority | low | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Summary | 0000947: EXEC_PROGRAM - pathing error on cmake 2.0.1, OS X 10.3 | ||||
| Description | When trying to invoke an external makefile with the command: EXEC_PROGRAM(make ${PROJECT_SOURCE_DIR}/Source/hi) cmake executes: -- Check for working C compiler: gcc -- Check for working C compiler: gcc -- works -- Check for working CXX compiler: c++ -- Check for working CXX compiler: c++ -- works running cd "/Users/crescent/cmake-test-2004.06.23/cmake\ path/Source/hi" && make 2>&1 sh: line 1: cd: /Users/crescent/cmake-test-2004.06.23/cmake\ path/Source/hi: No such file or directory -- Configuring done -- Generating done The quotes are what is killing it: % cd "/Users/crescent/cmake-test-2004.06.23/cmake\ path/Source/hi" tcsh: /Users/crescent/cmake-test-2004.06.23/cmake\ path/Source/hi: No such file or directory. % % % cd /Users/crescent/cmake-test-2004.06.23/cmake\ path/Source/hi % | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||